Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/lib/zlib/gzio.c

    r414 r745  
    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.