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/StopHosts.c

    r28158 r28237  
    129129
    130130#ifndef __APPLE__
    131   if (VerboseMode()) gprint (GP_ERR, "harvesting within thread %lld\n", (long long) pthread_self());
     131  if (VerboseMode()) gprint (GP_ERR, "harvesting within thread "OFF_T_FMT"\n", pthread_self());
    132132#endif
    133133  if (VerboseMode()) gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid);
Note: See TracChangeset for help on using the changeset viewer.