You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2003/01/03 00:11:35 UTC

cvs commit: apr/include apr.hnw

bnicholes    2003/01/02 15:11:35

  Modified:    include  apr.hnw
  Log:
  Change to the correct 64-bit format string.
  
  Revision  Changes    Path
  1.25      +1 -1      apr/include/apr.hnw
  
  Index: apr.hnw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hnw,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- apr.hnw	1 Jan 2003 00:01:45 -0000	1.24
  +++ apr.hnw	2 Jan 2003 23:11:35 -0000	1.25
  @@ -340,7 +340,7 @@
   
   #define APR_PATH_MAX PATH_MAX
   
  -#define APR_INT64_T_FMT          "l64d"
  +#define APR_INT64_T_FMT          "lld"
   #define APR_TIME_T_FMT APR_INT64_T_FMT
   
   /* Deal with atoi64 variables ... these should move to apr_private.h */