Silence warning.

main
Síle Ekaterin Liszka 2021-06-08 09:26:57 -05:00
parent b984fe5ad4
commit 8ed58cc82e
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ QBuffer *Randomizer::writePatch(void) {
char csize[3]; char csize[3];
csize[0] = (size >> 8) & 0xFF; csize[0] = (size >> 8) & 0xFF;
csize[1] = size & 0xFF; csize[1] = size & 0xFF;
csize[2] = NULL; csize[2] = '\0';
patch->write(csize, 2); patch->write(csize, 2);
patch->write(abilities); patch->write(abilities);
patch->write("EOF"); patch->write("EOF");