@ -222,7 +222,7 @@ main(int argc, char *argv[])
int code = -1;
/* print version information */
if (strcmp(argv[1], "-v") == 0) {
if (argc > 1 && strcmp(argv[1], "-v") == 0) {
printf("XD [number] v%s\n", VERSION);
return 0;
}
The note is not visible to the blocked user.