Skip to content

Commit

Permalink
oops forget to commit a line
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Simon committed Apr 7, 2014
1 parent fa634b2 commit 2d4f893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utf8String.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Segments create_new_utf8_string (std::string stringToSegment) {
//it is now ready to be added to the list of utf-8 characters
if (characterSize <= 0) {
segmentedLine.push_back(utf8Character);
segment.clear();
utf8Character.clear();
}
}

Expand Down

0 comments on commit 2d4f893

Please sign in to comment.