IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39524 for trunk


Ignore:
Timestamp:
Apr 9, 2016, 12:00:50 PM (10 years ago)
Author:
eugene
Message:

extra uniqueness for different hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dvo_host_utils.c

    r39457 r39524  
    6262    // XXX a bit of a waste (but only 1024 * 60 bytes or so
    6363    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);
    6565
    6666    char command[1024];
Note: See TracChangeset for help on using the changeset viewer.