-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch fixes extra '\0' recorded in text of database records, which are accidentally caused by the use of std::string::append(). It will automatically remove such '\0' in the string if there is any. Also, when there are board texts recorded but not corresponding child database records, the board texts are not shown which may cause confusion. This patch fixes this, and all children with either a record or a board text will be displayed. [skip_fishtest]
- Loading branch information
Showing
7 changed files
with
213 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.