*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
This commit is contained in:
@@ -57,7 +57,7 @@ char *xmalloc_fgets(FILE *file)
|
||||
}
|
||||
|
||||
/* Get line. Remove trailing \n */
|
||||
char *xmalloc_getline(FILE *file)
|
||||
char *xmalloc_fgetline(FILE *file)
|
||||
{
|
||||
int i;
|
||||
char *c = bb_get_chunk_from_file(file, &i);
|
||||
|
||||
Reference in New Issue
Block a user