mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
parent
6a5db0df61
commit
f9385f6300
@ -510,7 +510,7 @@ pub fn get_raw_line() string {
|
||||
if !res || bytes_read == 0 {
|
||||
break
|
||||
}
|
||||
if *pos == `\n` || *pos == `\r` {
|
||||
if *pos == `\n` {
|
||||
offset++
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user