1
0
mirror of https://salsa.debian.org/games-team/bsdgames synced 2024-06-08 17:30:46 +00:00

Oops, undo get_line() patch

I'm still learning how to use both dh_quilt and git simultaneously. Sorry.
This commit is contained in:
b9 2020-08-26 22:28:36 -07:00
parent 128a8cbb1a
commit cf5ae3b8da

View File

@ -343,7 +343,7 @@ playgame()
}
while (1) {
if (get_line(buf) == NULL) {
if (getline(buf) == NULL) {
if (feof(stdin))
clearerr(stdin);
break;