diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-01-31 14:20:33 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-31 14:20:33 -0800 |
commit | c85237a1651ae8e1abe9ae442ffa04dcb20c1d3e (patch) | |
tree | 219fe512a2630eed461cb05c86cfb6212a1255c3 /man | |
parent | 36a4a633a93a89bd854f49e670777925c9751de3 (diff) |
Fix read sizes for 64-bit machines.
Be consistent in variable usage:
nbytes = network byte length.
rbytes = memory byte length.
nbytesRead = actual network bytes read.
Malloc rbytes data to pass to _XRead*, but use nbytes as the
amount of data to read (yes, this is insane, welcome to Xlib).
Some of this patch is semi-gratuitous, but the goal is to be consistent
everywhere.
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions