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/contrib/puff/puff.c

    r414 r745  
    586586 *   the list of code lengths, a 0 symbol means no code, a 1..15 symbol means
    587587 *   that length, and the symbols 16, 17, and 18 are run-length instructions.
    588  *   Each of 16, 17, and 18 are follwed by extra bits to define the length of
     588 *   Each of 16, 17, and 18 are followed by extra bits to define the length of
    589589 *   the run.  16 copies the last length 3 to 6 times.  17 represents 3 to 10
    590590 *   zero lengths, and 18 represents 11 to 138 zero lengths.  Unused symbols
Note: See TracChangeset for help on using the changeset viewer.