Wednesday 22 October 2008

Funny comment in system.pas

In Delphi 2009's system.pas, line 1475, I found this comment:

TTextBuf = array[0..127] of AnsiChar; // TODO: change to WideChar

I wonder why they didn't check their todo items before shipping.

3 comments:

Anonymous said...

The question is: should it be changed to WideChar or not?

Anonymous said...

Did you compare it to D2007 source?

I guess we can see what happens in the update when it comes out.

Anonymous said...

Updates can't break unit interfaces ;-)