@@ -64,7 +64,7 @@ fold(FILE *fp, long width)
char *buf = NULL;
size_t size = 0;
while (agetline(&buf, &size, fp) != -1)
while (getline(&buf, &size, fp) != -1)
foldline(buf, width);
free(buf);
}
The note is not visible to the blocked user.