Skip to content

Commit

Permalink
Consistent defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed May 19, 2015
1 parent 29b8e2d commit 022739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/file_piece.hh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class FilePiece {
* If strip_cr is true, any trailing carriate return (as would be found on
* a file written on Windows) will be left out of the returned line.
*/
bool ReadLineOrEOF(StringPiece &to, char delim = '\n', bool strip_cr = false);
bool ReadLineOrEOF(StringPiece &to, char delim = '\n', bool strip_cr = true);

float ReadFloat();
double ReadDouble();
Expand Down

0 comments on commit 022739d

Please sign in to comment.