Changeset 3572 in Sophya for trunk/SophyaLib/SysTools/timing.c


Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/timing.c

    r2648 r3572  
    115115          Comm, tcalt, tcal);
    116116
    117 printf("ElapsedTime(hh:mm:ss): Total= %02d:%02d:%02d ",
     117printf("ElapsedTime(hh:mm:ss): Total= %02ld:%02ld:%02ld ",
    118118       etmt/3600, (etmt%3600)/60, etmt%60);
    119 printf(" (Partial= %02d:%02d:%02d)\n",
     119printf(" (Partial= %02ld:%02ld:%02ld)\n",
    120120       etm/3600, (etm%3600)/60, etm%60);
    121121
Note: See TracChangeset for help on using the changeset viewer.