mirror of
https://github.com/stephenenelson/convert-binhex.git
synced 2024-12-26 10:30:43 +00:00
Applied patch from gregoa@debian.org. Message:
Description: Fixing man page Author: Fabrizio Regalli <fabreg@fabreg.it> Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2013-09-21
This commit is contained in:
parent
3caadd413c
commit
706837182d
@ -1627,7 +1627,7 @@ Basically, it works in a similar fashion to stdio's fread():
|
||||
0. There is an internal buffer of decompressed (BIN) data,
|
||||
initially empty.
|
||||
1. Application asks to read() n bytes of data from object
|
||||
2. If the buffer is not full enough to accomodate the request:
|
||||
2. If the buffer is not full enough to accommodate the request:
|
||||
2a. The read() method grabs the next available chunk of input
|
||||
data (the HEX).
|
||||
2b. HEX data is converted and decompressed into as many BIN
|
||||
|
Loading…
Reference in New Issue
Block a user