fix argument count mismatch
Signed-off-by: Rene Gollent <[email protected]>
This commit is contained in:
committed by
Rene Gollent
parent
09a8919213
commit
616d003507
@@ -285,7 +285,7 @@ set_entries_from_file(const char *filename)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (host->h_addrtype != AF_INET) {
|
if (host->h_addrtype != AF_INET) {
|
||||||
fprintf(stderr, "%s: Line " B_PRId32 ", host \"%s\" is not known in the IPv4 domain.\n",
|
fprintf(stderr, "%s: Line %" B_PRId32 ", host \"%s\" is not known in the IPv4 domain.\n",
|
||||||
kProgramName, counter, argument);
|
kProgramName, counter, argument);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user