]> granicus.if.org Git - python/commit
unpack_string(): avoid a compiler warning (about a real bug!) by
authorGuido van Rossum <guido@python.org>
Sat, 20 Jul 2002 00:38:01 +0000 (00:38 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 20 Jul 2002 00:38:01 +0000 (00:38 +0000)
commit0b624f69b59597a4d88de46f1f5cc0751bf22887
treef9f497d5ceac13f64a83ace859e6420b1fc2cab7
parent65692578b7c934148b0bb6b4bddc4def21d008e2
unpack_string(): avoid a compiler warning (about a real bug!) by
copying the result of fgetc() into an int variable before testing it
for EOF.
Modules/_hotshot.c