Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-http.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Aug 2002 04:10:03 -0500 (CDT)
guy         2002/08/13 04:10:03 CDT

  Modified files:
    .                    packet-http.c 
  Log:
  "base64_decode()" returns a "size_t", so make the variable to which that
  return value is assigned a "size_t".  (For some reason, the file fails
  to compile with MSVC++ 6.0, due to "ssize_t" not being defined, if it's
  an "ssize_t", but works if it's a "size_t".)
  
  Revision  Changes    Path
  1.53      +2 -2      ethereal/packet-http.c