Changeset 40170 for branches/eam_branches/ohana.20170822
- Timestamp:
- Oct 16, 2017, 6:09:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/opihi/dvo/dvo_host_utils.c
r39524 r40170 284 284 // XXX a bit of a waste (but only 1024 * 60 bytes or so 285 285 ALLOCATE (table->hosts[i].results, char, DVO_MAX_PATH); 286 snprintf (table->hosts[i].results, DVO_MAX_PATH, "%s/dvo.results.%s. fits", table->hosts[i].pathname, uniquer);286 snprintf (table->hosts[i].results, DVO_MAX_PATH, "%s/dvo.results.%s.%04d.fits", table->hosts[i].pathname, uniquer, table->hosts[i].hostID); 287 287 288 288 int Ninvec = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
