Skip to content

Commit

Permalink
bug fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
codechenx committed Sep 13, 2018
1 parent 60ce5be commit 45b0bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fIO.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ func loadFile(fn string, b *Buffer) error {
} else {
fatalError(errors.New("you must set a separator"))
}
} else if b.sep == "\\t" {
b.sep = "\t"
}

err = b.contAppend(line, b.sep, false)
if err != nil {
return err
Expand Down

0 comments on commit 45b0bfa

Please sign in to comment.