- Timestamp:
- Apr 9, 2016, 12:00:50 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dvo_host_utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dvo_host_utils.c
r39457 r39524 62 62 // XXX a bit of a waste (but only 1024 * 60 bytes or so 63 63 ALLOCATE (table->hosts[i].results, char, DVO_MAX_PATH); 64 snprintf (table->hosts[i].results, DVO_MAX_PATH, "%s/dvo.results.%s. fits", table->hosts[i].pathname, uniquer);64 snprintf (table->hosts[i].results, DVO_MAX_PATH, "%s/dvo.results.%s.%04d.fits", table->hosts[i].pathname, uniquer, table->hosts[i].hostID); 65 65 66 66 char command[1024];
Note:
See TracChangeset
for help on using the changeset viewer.
