Changeset 42389 for trunk/Ohana/src/delstar/src/delete_photcodes.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/delstar/src/delete_photcodes.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/delstar/src/delete_photcodes.c
r38986 r42389 38 38 // set up the basic catalog info 39 39 char hostfile[1024]; 40 snprintf (hostfile, 1024, "%s/%s.cpt", HOSTDIR, skylist[0].regions[i]->name);40 snprintf_nowarn (hostfile, 1024, "%s/%s.cpt", HOSTDIR, skylist[0].regions[i]->name); 41 41 42 42 dvo_catalog_init (&catalog, TRUE); … … 94 94 95 95 char command[1024]; 96 snprintf (command, 1024, "delstar_client -hostID %d -D CATDIR %s -hostdir %s -region %f %f %f %f -photcodes %s",96 snprintf_nowarn (command, 1024, "delstar_client -hostID %d -D CATDIR %s -hostdir %s -region %f %f %f %f -photcodes %s", 97 97 table->hosts[i].hostID, CATDIR, table->hosts[i].pathname, 98 98 UserPatch.Rmin, UserPatch.Rmax, UserPatch.Dmin, UserPatch.Dmax, … … 100 100 101 101 char tmpline[1024]; 102 if (VERBOSE) { snprintf (tmpline, 1024, "%s -v", command); strcpy (command, tmpline); }103 if (VERBOSE2) { snprintf (tmpline, 1024, "%s -vv", command); strcpy (command, tmpline); }102 if (VERBOSE) { snprintf_nowarn (tmpline, 1024, "%s -v", command); strcpy (command, tmpline); } 103 if (VERBOSE2) { snprintf_nowarn (tmpline, 1024, "%s -vv", command); strcpy (command, tmpline); } 104 104 105 105 fprintf (stderr, "command: %s\n", command);
Note:
See TracChangeset
for help on using the changeset viewer.
