Merge pull request #2044 from dabinat/word-timings
Fix spaces being appended to word
This commit is contained in:
commit
718fd437ec
@ -269,7 +269,7 @@ WordsFromMetadata(Metadata* metadata)
|
||||
|
||||
// Append character to word if it's not a space
|
||||
if (strcmp(item.character, " ") != 0
|
||||
|| strcmp(item.character, u8" ") != 0) {
|
||||
&& strcmp(item.character, u8" ") != 0) {
|
||||
word.append(item.character);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user