And I forgot to add that I myself corrected lots of errors of the style (Year being the last two digits of the real Year)
if (Year < 100) Year += 1900;
over the last two years. In all those places the program would have the variable with the value 1900 today if it hadn't been changed.
MudGuard