Espresso 0.0.1b
This commit is contained in:
@ -37,7 +37,7 @@ char* fgets(char* buf, int n, FILE file)
|
||||
|
||||
while (total_read < n - 1)
|
||||
{
|
||||
int bytes = read_file(file, &c, 1);
|
||||
int bytes = 0/*read_file(file, &c, 1)*/;
|
||||
|
||||
if (bytes <= 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user