mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
sorry, I am tired and don't know where my head is
This commit is contained in:
@@ -204,7 +204,7 @@ printcol(dp)
|
||||
|
||||
if ((a =
|
||||
realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) {
|
||||
fprintf(stderr, "realloci: %s \n", strerr(errno));
|
||||
fprintf(stderr, "realloci: %s \n", strerror(errno));
|
||||
printscol(dp);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user