IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2010, 2:57:18 PM (16 years ago)
Author:
eugene
Message:

defined OFF_T_FMT to print / scan off_t values; change all examples of off_t printed with %lld and casted to (long long)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/Ohana.20100606/src/opihi/pcontrol/StartHost.c

    r27593 r28237  
    1515
    1616#ifndef __APPLE__
    17   if (VerboseMode()) gprint (GP_ERR, "starting host within thread %lld\n", (long long) pthread_self());
     17  if (VerboseMode()) gprint (GP_ERR, "starting host within thread "OFF_T_FMT"\n", pthread_self());
    1818#endif
    1919  pid = rconnect (command, host[0].hostname, shell, stdio);
Note: See TracChangeset for help on using the changeset viewer.