Changeset 32990


Ignore:
Timestamp:
02/14/15 21:32:09 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/softcam.h

    r32988 r32990  
    412412                if(rcret == getrcconfigint("rcinfo", NULL))
    413413                {
    414                         char* extract = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *tmpstr3 = NULL;
    415 
    416                         tmpstr = ostrcat(listbox->select->name, NULL, 0, 0);
     414                        char* extract = NULL, *tmpstr1 = NULL, *tmpstr2 = NULL, *tmpstr3 = NULL, *cmd = NULL;
     415
     416                        tmpstr = string_quote(listbox->select->name);
    417417                        string_tolower(tmpstr);
    418418                       
Note: See TracChangeset for help on using the changeset viewer.