This commit is contained in:
Chris Young 2013-01-08 20:07:46 +00:00
parent e408c9ea43
commit 5a43a5a1a9

View File

@ -250,7 +250,7 @@ void gui_set_clipboard(const char *buffer, size_t length,
if(*p == 0xa0) *p = 0x20; if(*p == 0xa0) *p = 0x20;
p++; p++;
} }
WriteChunkBytes(iffh, textr, strlen(text)); WriteChunkBytes(iffh, text, strlen(text));
ami_utf8_free(text); ami_utf8_free(text);
} }
} }