Restore forced + sign in accounts file (harmless bug)

This commit is contained in:
Juerd Waalboer 2021-12-03 02:55:25 +01:00
parent 9cda968d53
commit 58f49cbffb

View file

@ -57,7 +57,7 @@ sub update {
$since = "0\@" . now() if $new == 0 and (!$since or $old != 0);
printf {$out} "%-16s %9s %s %s\n", (
$username, $new, now(), $since
$username, $new->string("+"), now(), $since
) or die $!;
} else {
print {$out} $line or die $!;