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:

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

    ReplyDelete
  2. Did you compare it to D2007 source?

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

    ReplyDelete
  3. Updates can't break unit interfaces ;-)

    ReplyDelete