CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/11 14:18:25
Modified files:
games/quiz : quiz.c
Log message:
quiz: handle line continuation in data files correctly, switch to getline(3)
Specifically, the following quiz.db line
foo:\
bar
was parsed into "foo:bar\n", which made it impossible to answer correctly.
Bug reported and inital fix from Alex Karle, partially reworked by
yours truly, further input from millert@
