Better readLine

This commit is contained in:
Dmitry Boulytchev 2020-02-25 00:58:17 +03:00
parent 897af34aa9
commit 21a52fd58f
4 changed files with 4 additions and 3 deletions

View file

@ -1246,7 +1246,7 @@ extern void* LreadLine () {
if (errno != 0)
failure ("readLine (): %s\n", strerror (errno));
return LmakeString (0);
return BOX (0);
}
extern void* Lfread (char *fname) {