[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    cvs commit: apr/include/arch/win32 fileio.h
From:       wrowe () apache ! org
Date:       2002-03-25 20:15:58
[Download RAW message or body]

wrowe       02/03/25 12:15:58

  Modified:    include/arch/win32 fileio.h
  Log:
    Not certain this patch is strictly necessary, but I recall some abnormal
    behavior that was fixed at the time I changed this code.
  
  Revision  Changes    Path
  1.67      +1 -1      apr/include/arch/win32/fileio.h
  
  Index: fileio.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/win32/fileio.h,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- fileio.h	22 Mar 2002 06:06:26 -0000	1.66
  +++ fileio.h	25 Mar 2002 20:15:58 -0000	1.67
  @@ -240,7 +240,7 @@
   extern const char apr_c_is_fnchar[256];
   
   #define IS_FNCHAR(c) (apr_c_is_fnchar[(unsigned char)(c)] & 1)
  -#define IS_SHCHAR(c) (apr_c_is_fnchar[(unsigned char)(c)] & 2 == 2)
  +#define IS_SHCHAR(c) ((apr_c_is_fnchar[(unsigned char)(c)] & 2) == 2)
   
   
   /* If the user passes APR_FILEPATH_TRUENAME to either
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic