Bug #10668 ยป 0001-fix-documentation-for-Zlib.crc32.patch
| ext/zlib/zlib.c | ||
|---|---|---|
|
/*
|
||
|
* Document-method: Zlib.crc32
|
||
|
*
|
||
|
* call-seq: Zlib.crc32(string, adler)
|
||
|
* call-seq: Zlib.crc32(string, crc)
|
||
|
*
|
||
|
* Calculates CRC checksum for +string+, and returns updated value of +crc+. If
|
||
|
* +string+ is omitted, it returns the CRC initial value. If +crc+ is omitted, it
|
||