Skip to content

Commit 43a0454

Browse files
author
Michael Vasseur
committed
Ignore 14 year old FIXME
This assumes that in 14 year this has been fixed, according to https://www.php.net/manual/en/function.getopt.php it does return the `false` but there is not easy way to verify this.
1 parent 0b2d981 commit 43a0454

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

judge/judgedaemon.main.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ function fetch_executable_internal(
486486
}
487487

488488
$options = getopt("dv:n:hVe:j:t:", ["diskspace-error"]);
489-
// FIXME: getopt doesn't return FALSE on parse failure as documented!
490489
if ($options===false) {
491490
echo "Error: parsing options failed.\n";
492491
usage();

0 commit comments

Comments
 (0)