mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-02 02:54:41 +00:00
Minor cleanups to the core library
This commit is contained in:
@@ -248,7 +248,7 @@ _read_record :: proc(r: ^Reader, dst: ^[dynamic]string, allocator := context.all
|
||||
field_length += 1
|
||||
|
||||
case '\n', '\r':
|
||||
if !is_quoted { break read_loop }
|
||||
is_quoted or_break read_loop
|
||||
|
||||
case r.comma:
|
||||
field_length = 0
|
||||
|
||||
Reference in New Issue
Block a user