mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
This commit is contained in:
parent
6a5db0df61
commit
f9385f6300
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ pub fn get_raw_line() string {
|
||||||
if !res || bytes_read == 0 {
|
if !res || bytes_read == 0 {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if *pos == `\n` || *pos == `\r` {
|
if *pos == `\n` {
|
||||||
offset++
|
offset++
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue