Changes between Version 1 and Version 2 of Ticket #3722, comment 1


Ignore:
Timestamp:
06/27/19 09:46:52 (5 years ago)
Author:
Jos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3722, comment 1

    v1 v2  
    44
    55I checked the commits for this file and see that it was changed in Revision 7904 (15/7/2013) which indeed should be reverted.
    6 As to your fix: One have to assume that some console applications do not always return @CRLF, hance was chosen to strip the @CR character and also support programs that only have a @LF as EOL.
     6As to your fix: One have to assume that some console applications do not always return @CRLF, but only use @LF, hence was chosen to strip the @CR character and also support programs that only have a @LF as EOL.
    77
    88Jos