Ignore:
Timestamp:
04/05/12 01:49:43 (11 years ago)
Author:
nit
Message:

[titan] fix comp warnings

File:
1 edited

Legend:

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

    r15143 r15145  
    44void screenscriptexec()
    55{
    6         int rcret = 0, dirrcret = 0;
     6        int dirrcret = 0;
    77        char* tmpstr = NULL, *startdir = NULL;
    88        char* file = NULL, *ret = NULL;
     
    2727                {
    2828                        tmpstr = ostrcat(file, " &", 0, 0);
    29                         ret = system(tmpstr);
     29                        system(tmpstr);
    3030                        free(tmpstr); tmpstr = NULL;
    3131                }
Note: See TracChangeset for help on using the changeset viewer.