Russell Whitaker wrote:
On Tue, 11 Feb 2003, Frank Heckenbach wrote:
Russell Whitaker wrote:
minwidth for strings in writeln is broken:
program hello; begin writeln('hello':30, ' ':30, 'world'); end.
The output should be 25 spaces in front of hello and 30 spaces between hello and world.
That's what I get!?
Used gcc-3.2.2 so recompiled gpc with gcc-2.95.3
I now tried with gcc-3.2.2, and it also works.
What did you get actually, did you use any options, etc. ...?
Frank