Skip to content

Commit be48fc3

Browse files
committed
Bugfix in property serialization
1 parent c989584 commit be48fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/prop/specific/NoteState.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ namespace lsp
107107
bin >>= 4;
108108
}
109109
}
110+
*dst = '\0';
110111
}
111112

112113
void NoteState::commit(atom_t property)

0 commit comments

Comments
 (0)