- Timestamp:
- Feb 7, 2016, 8:59:21 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/src/dvo_catalog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/src/dvo_catalog.c
r39262 r39332 1063 1063 } 1064 1064 1065 // if we do not have a filename, we did not open the file 1066 if (!catalog->filename && !catalog->f) { 1067 return TRUE; 1068 } 1069 1065 1070 char tmpfilename[DVO_MAX_PATH]; 1066 1071 int status = snprintf (tmpfilename, DVO_MAX_PATH, "%s%s", catalog->filename, suffix); … … 1177 1182 } 1178 1183 1184 // if we do not have a filename, we did not open the file 1185 if (!catalog->filename && !catalog->f) { 1186 return TRUE; 1187 } 1188 1179 1189 char tmpfilename[DVO_MAX_PATH]; 1180 1190 int status = snprintf (tmpfilename, DVO_MAX_PATH, "%s%s", catalog->filename, suffix);
Note:
See TracChangeset
for help on using the changeset viewer.
