You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2001/10/19 15:37:00 UTC

cvs commit: apr/include apr.hw

wrowe       01/10/19 06:37:00

  Modified:    include  apr.hw
  Log:
    Solve Win32 byteranges (horray!)
  
    Thank you httpd-test'ers --- your first Win32 'catch' :)))
  
    [And I was blaming the testbench ... it works rather well now, actually]
  
  Revision  Changes    Path
  1.81      +1 -1      apr/include/apr.hw
  
  Index: apr.hw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hw,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- apr.hw	2001/09/28 14:05:23	1.80
  +++ apr.hw	2001/10/19 13:36:59	1.81
  @@ -337,7 +337,7 @@
   
   #define APR_SIZE_T_FMT           "d"
   
  -#define APR_OFF_T_FMT            "ld"
  +#define APR_OFF_T_FMT            "I64d"
   
   #define APR_OS_PROC_T_FMT        "d"