[bug_fixed] Other files with LF instead of CRLF

In this forum all bug reports concerning the 6.x branch will be gahtered. You have the possibility to track the bug fix process.

Moderators: EgonHugeist, mdaems

Post Reply
AHUser
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 11.04.2006, 00:33

[bug_fixed] Other files with LF instead of CRLF

Post by AHUser »

These files are affected (at least my tool reports and fixes them):

component\ZAbstractRODataset.pas
component\ZConnection.pas
component\ZQuerySQLEditor.pas
component\ZROSqlEditor.pas
component\ZSqlTestForm.pas
dbc\ZDbcASAUtils.pas
dbc\ZDbcIntfs.pas

These files are in Unix format (only LF, no CRLF). That means that the patch would contain each file twice (remove and add).

The patch:
http://andy.jgknet.de/misc/zeos_linefeed.zip (72 KB)

My little tool:
http://andy.jgknet.de/misc/CrLfFix.zip (6 KB, source code)
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi,

I applied the patch.
Thanks a lot. This also caused trouble compiling in D5, although there's more work to do to get that fixed completely.

Mark
Post Reply