Skip to content

Commit

Permalink
Remove FP for living with mother as a child
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 6, 2024
1 parent 8750ffb commit f95ba68
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 @@ -5292,7 +5292,7 @@ sub print_person
$p2 =~ s/^\s+//;
complain({ person => $person, warning => "Location for $date ($p2) differs from mother's ($p1)" });
}
if($date ne $rdate) {
if(datecmp($date, $rdate) != 0) {
complain({ person => $person, warning => "Date of residence ($rdate) differs from mother's in same year ($date)" });
}
last;
Expand Down

0 comments on commit f95ba68

Please sign in to comment.