mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Better readLine
This commit is contained in:
parent
897af34aa9
commit
21a52fd58f
4 changed files with 4 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue