hollasch / ray4

Ray4 is a 4D raytracer original developed for my 1991 master's thesis in computer science
http://hollasch.github.io/ray4
MIT License
55 stars 3 forks source link

ray4 parser unexpected 0xfe #17

Open claudeha opened 9 months ago

claudeha commented 9 months ago

ray4 parser always says unexpected 0xfe, which comes from ReadChar returning -2 (the code for nothing in the un-read buffer).

Commit ed1f0fb6bf540987b9074e508f46701405ceb00b did something bogus it seems, it needs to actually getc somewhere.