Changeset 32990
- Timestamp:
- 02/14/15 21:32:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/softcam.h
r32988 r32990 412 412 if(rcret == getrcconfigint("rcinfo", NULL)) 413 413 { 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); 417 417 string_tolower(tmpstr); 418 418
Note: See TracChangeset
for help on using the changeset viewer.