diff options
| -rwxr-xr-x | vchat-ui.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -502,7 +502,7 @@ writescr ( WINDOW *win, struct sb_entry *entry ) { | |||
| 502 | } | 502 | } | 
| 503 | } | 503 | } | 
| 504 | /* plot character */ | 504 | /* plot character */ | 
| 505 | waddch( win, textbuffer[ i ]); | 505 | waddch( win, (unsigned char)textbuffer[ i ]); | 
| 506 | } | 506 | } | 
| 507 | 507 | ||
| 508 | /* restore old attributes */ | 508 | /* restore old attributes */ | 
