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)
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...)


No differences found