Removed some warning messages.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@403 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-30 22:01:36 +00:00 committed by cras
commit 68994bd738
5 changed files with 6 additions and 6 deletions

View file

@ -271,7 +271,7 @@ static LINE_CACHE_REC *gui_window_line_cache(GUI_WINDOW_REC *gui, LINE_REC *line
break;
if (*ptr == LINE_CMD_CONTINUE) {
char *tmp;
unsigned char *tmp;
memcpy(&tmp, ptr+1, sizeof(char *));
ptr = tmp;
@ -313,7 +313,7 @@ static LINE_CACHE_REC *gui_window_line_cache(GUI_WINDOW_REC *gui, LINE_REC *line
}
sub = g_new(LINE_CACHE_SUB_REC, 1);
sub->start = ptr;
sub->start = (char *) ptr;
sub->indent = indent_pos;
sub->color = color;