Changeset 475


Ignore:
Timestamp:
07/28/11 21:56:49 (13 years ago)
Author:
r2d
Message:

fixe an unused variable warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcenc/stderr.c

    r195 r475  
    5454    char     buff [2 * 1024 + 3072];
    5555    char*    p = buff;
    56     char*    q;
    5756    int      ret;
    5857    va_list  v;
     
    7776        // Also escape sequences must be detected and replaced (incomplete now)
    7877
    79         char                            buff [128];
     78        char                            buff [128], *q;
    8079        static int                      init = 0;
    8180        CONSOLE_SCREEN_BUFFER_INFO      con_info;
     
    168167
    169168#else
    170 
     169                char * q;
    171170        // for non-Unix systems we must merge carriage returns into the stream to avoid staircases
    172171        while ( ( q = strchr (p, '\n')) != NULL ) {
Note: See TracChangeset for help on using the changeset viewer.