Skip to content

Commit 085f6c4

Browse files
committed
Update util.jl
1 parent b333b2c commit 085f6c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ end
217217
CLOSE(f)
218218
return [LF]
219219
# we must make sure \r\n is not trapped here
220+
#FIXME when \r is the only character in the file we cannot detect linebreak
220221
elseif !(a[i] in (CR, LF)) && i>1 && a[i-1] == CR
221222
CLOSE(f)
222223
return [CR]

0 commit comments

Comments
 (0)