Fix a size mismatch in scanf. Untested, but the code could not have
authorTim Mann <tim@tim-mann.org>
Sun, 29 May 2011 04:01:25 +0000 (21:01 -0700)
committerTim Mann <tim@tim-mann.org>
Sun, 29 May 2011 04:01:25 +0000 (21:01 -0700)
commite433631c9b9449829b54526e0d0ebaeec71b270a
tree6e00e3a24e5dd96830326267642a4dff62cc1a04
parent5f68e032eeca21f92f8a45648976770ea25ac559
Fix a size mismatch in scanf.  Untested, but the code could not have
worked properly without this fix -- scanf would have written 32-bit
values to 16-bit fields, thus smashing adjacent memory.
book.c