Hello FPC-Pascal,

Wednesday, July 6, 2011, 8:55:10 AM, you wrote:

KH> Attached you will find the Free Pascal program (it's a console program and
KH> 11KB in size), the file it's supposed to alter, and the file the program is
KH> supposed to spit out.

Add at beginning {$H+} to switch on ansistrings, otherwise you are
using shortstrings which are 255 characters in length at most, and
your lines are around 300 chars.

-- 
Best regards,
 José

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to