Changeset 475
- Timestamp:
- 07/28/11 21:56:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcenc/stderr.c
r195 r475 54 54 char buff [2 * 1024 + 3072]; 55 55 char* p = buff; 56 char* q;57 56 int ret; 58 57 va_list v; … … 77 76 // Also escape sequences must be detected and replaced (incomplete now) 78 77 79 char buff [128] ;78 char buff [128], *q; 80 79 static int init = 0; 81 80 CONSOLE_SCREEN_BUFFER_INFO con_info; … … 168 167 169 168 #else 170 169 char * q; 171 170 // for non-Unix systems we must merge carriage returns into the stream to avoid staircases 172 171 while ( ( q = strchr (p, '\n')) != NULL ) {
Note: See TracChangeset
for help on using the changeset viewer.