JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
work around compiler warnings in high score read
authorJason Woofenden <jason@jasonwoof.com>
Sun, 22 May 2016 21:02:35 +0000 (17:02 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sun, 22 May 2016 21:08:18 +0000 (17:08 -0400)
commit98d1a3e9455c7c64c4b219c9022d0e1efb187cf3
treeaabc36eef0f67ecdef5d9314c338622890168d7c
parent58c8abeeaed3bf55b7ac7451776e7100dbdad969
work around compiler warnings in high score read

Check return values of fscanf() (just bail early if it fails)

Don't use titles as scanf templates, compiler can't seem to figure out that
these come from string literals. Insteadd use fscanf(..., strlen...)
score.c