missing init of variable added

This commit is contained in:
norrarvid 2012-06-04 14:06:09 +02:00
parent 02f3fe1e2a
commit 048154ccef
1 changed files with 1 additions and 1 deletions

View File

@ -1561,7 +1561,7 @@ xrdp_wm_log_wnd_notify(struct xrdp_bitmap* wnd,
char *new_part_message;
char *current_pointer = msg ;
int processedlen ;
int processedlen = 0;
do{
new_part_message = g_strndup(current_pointer,LOG_WINDOW_CHAR_PER_LINE) ;
g_writeln(new_part_message);