IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2017, 6:09:51 AM (9 years ago)
Author:
eugene
Message:

fix uniquer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20170822/src/opihi/dvo/dvo_host_utils.c

    r39524 r40170  
    284284    // XXX a bit of a waste (but only 1024 * 60 bytes or so
    285285    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);
    287287
    288288    int    Ninvec = 0;
Note: See TracChangeset for help on using the changeset viewer.