The Mudcat Café TM
Thread #16717   Message #157750
Posted By: MudGuard
04-Jan-00 - 02:07 AM
Thread Name: BS: Y2K bug was hyped, but real
Subject: RE: BS: Y2K bug was hyped, but real
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