fix argument count mismatch

Signed-off-by: Rene Gollent <[email protected]>
This commit is contained in:
Freeman Lou
2013-11-26 21:50:42 -05:00
committed by Rene Gollent
parent 09a8919213
commit 616d003507
+1 -1
View File
@@ -285,7 +285,7 @@ set_entries_from_file(const char *filename)
continue;
}
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);
continue;
}