richter     01/06/04 20:22:09

  Modified:    .        Embperl.pm eputil.c
  Log:
  - fix compiler warning on windows
  
  Revision  Changes    Path
  1.159     +2 -2      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.158
  retrieving revision 1.159
  diff -u -r1.158 -r1.159
  --- Embperl.pm        2001/06/04 18:57:45     1.158
  +++ Embperl.pm        2001/06/05 03:22:08     1.159
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: Embperl.pm,v 1.158 2001/06/04 18:57:45 richter Exp $
  +#   $Id: Embperl.pm,v 1.159 2001/06/05 03:22:08 richter Exp $
   #
   ###################################################################################
   
  @@ -238,7 +238,7 @@
                           optRedirectStdout         optUndefToEmptyValue      
optNoHiddenEmptyValue     optAllowZeroFilesize      
                           optKeepSrcInMemory        optKeepSpaces             
optOpenLogEarly           optNoUncloseWarn              
                           } ;
  -    @AliasHash   = qw{fdat udat mdat idat http_headers_out fsplitfdat} ;
  +    @AliasHash   = qw{fdat udat mdat idat http_headers_out fsplitdat} ;
       @AliasArray  = qw{ffld} ;
       } ;
   
  
  
  
  1.23      +2 -1      embperl/eputil.c
  
  Index: eputil.c
  ===================================================================
  RCS file: /home/cvs/embperl/eputil.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- eputil.c  2001/05/29 06:28:11     1.22
  +++ eputil.c  2001/06/05 03:22:09     1.23
  @@ -10,7 +10,7 @@
   #   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
   #   WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
   #
  -#   $Id: eputil.c,v 1.22 2001/05/29 06:28:11 richter Exp $
  +#   $Id: eputil.c,v 1.23 2001/06/05 03:22:09 richter Exp $
   #
   
###################################################################################*/
   
  @@ -226,6 +226,7 @@
               return pString ;
           pString++ ;
           }
  +    return NULL ;
       }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to