From: Jason Woofenden Date: Sun, 22 May 2016 21:02:35 +0000 (-0400) Subject: work around compiler warnings in high score read X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=commitdiff_plain;h=98d1a3e9455c7c64c4b219c9022d0e1efb187cf3;hp=98d1a3e9455c7c64c4b219c9022d0e1efb187cf3 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...) ---