Ignore:
Timestamp:
06/12/12 21:27:34 (11 years ago)
Author:
nit
Message:

[titan] update all plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/streaminfo/streaminfo.h

    r15561 r16512  
    5555                free(tmpstr); tmpstr = NULL;
    5656
    57                 drawscreen(streaminfo, 0);
     57                drawscreen(streaminfo, 0, 0);
    5858
    5959                rcret = waitrc(streaminfo, 1000, 0);
    60                 if(rcret == getrcconfigint("rcexit", NULL)) break;
    61                 if(rcret == getrcconfigint("rcok", NULL)) break;
     60                if(rcret == getrcconfigint("rcexit", NULL)) break;
     61                if(rcret == getrcconfigint("rcok", NULL)) break;
    6262        }
    6363
Note: See TracChangeset for help on using the changeset viewer.