Changeset 42389 for trunk/Ohana/src/dvomerge/src/dvorepairFixWarpIDs.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/dvomerge/src/dvorepairFixWarpIDs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/dvomerge/src/dvorepairFixWarpIDs.c
r39329 r42389 46 46 47 47 while (fscanf (f, "%s", catdir) != EOF) { 48 snprintf (imageFilenameOld, DVO_MAX_PATH, "%s/Images.dat", catdir);49 snprintf (imageFilenameNew, DVO_MAX_PATH, "%s/Images.dat.fixed", catdir);48 snprintf_nowarn (imageFilenameOld, DVO_MAX_PATH, "%s/Images.dat", catdir); 49 snprintf_nowarn (imageFilenameNew, DVO_MAX_PATH, "%s/Images.dat.fixed", catdir); 50 50 51 51 if ((image = LoadImages (&db, imageFilenameOld, &Nimage)) == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
