Commit 72dfbda
committed
LynnaLib: Fix CRLF handling on Windows
LynnaLab previously wrote back files with CRLF line endings. The current
version is unable to read back that style of newline, so old projects
were broken. Now it can handle CRLF newlines, and it also doesn't write
CRLF newlines back to the files it reads.1 parent 500867a commit 72dfbda
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
1181 | | - | |
| 1181 | + | |
| 1182 | + | |
1182 | 1183 | | |
1183 | 1184 | | |
1184 | 1185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments