Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/zlib/gzio.c

    r414 r740  
    255255     Read a byte from a gz_stream; update next_in and avail_in. Return EOF
    256256   for end of file.
    257    IN assertion: the stream s has been sucessfully opened for reading.
     257   IN assertion: the stream s has been successfully opened for reading.
    258258*/
    259259local int get_byte(s)
     
    280280    to Z_DATA_ERROR if the magic header is present but the rest of the header
    281281    is incorrect.
    282     IN assertion: the stream s has already been created sucessfully;
     282    IN assertion: the stream s has already been created successfully;
    283283       s->stream.avail_in is zero for the first time, but may be non-zero
    284284       for concatenated .gz files.
Note: See TracChangeset for help on using the changeset viewer.