Changeset f19fef4
- Timestamp:
- Mar 29, 2009, 9:41:11 PM (16 years ago)
- Branches:
- owl
- Children:
- c2bcd54
- Parents:
- db654df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
rdb654df rf19fef4 113 113 ret=stat(subsfile, &statbuff); 114 114 if (ret) { 115 owl_function_debugmsg("loadsubs: could not stat file %s", subsfile) 115 owl_function_debugmsg("loadsubs: could not stat file %s", subsfile); 116 116 if (error_on_nofile==1) return(-1); 117 117 return(0); … … 122 122 file=fopen(subsfile, "r"); 123 123 if (!file) { 124 owl_function_debugmsg("loadsubs: could not open file %s", subsfile) 124 owl_function_debugmsg("loadsubs: could not open file %s", subsfile); 125 125 return(-1); 126 126 }
Note: See TracChangeset
for help on using the changeset viewer.