Skip to content

Commit

Permalink
datecmp() more helpful error
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 26, 2024
1 parent 849b762 commit fc48520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -13145,7 +13145,7 @@ sub datecmp($$)
while((my @call_details = caller($i++))) {
print STDERR "\t", colored($call_details[2] . ' of ' . $call_details[1], 'red'), "\n";
}
die $right;
die "Date parse failure: right = '$right' ($left <=> $right)";
}
$right = $r[0];
}
Expand Down

0 comments on commit fc48520

Please sign in to comment.