Update fastfetch_server.c

This commit is contained in:
2026-05-25 22:08:29 +02:00
parent 3ff2c3f902
commit 25cd9630e9

View File

@@ -172,6 +172,7 @@ int main(int argc, char *argv[]) {
}
else {
port = atoi(argv[i]);
if (port <= 0) exit_error("unknown argument: %s\n", argv[i]);
}
}