Still some warnings removed..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@864 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-23 23:23:45 +00:00 committed by cras
commit 8961d23171
3 changed files with 1 additions and 6 deletions

View file

@ -140,7 +140,7 @@ void gui_window_line_text_free(GUI_WINDOW_REC *gui, LINE_REC *line)
break;
if ((unsigned char) *text == LINE_CMD_CONTINUE) {
unsigned char *tmp;
char *tmp;
memcpy(&tmp, text+1, sizeof(char *));