Changeset 18775


Ignore:
Timestamp:
11/26/12 01:46:29 (11 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/softcam.h

    r18774 r18775  
    387387                                tmpstr = ostrcat("/var/keys/oscam.server", NULL, 0, 0);
    388388                        }
    389                         free(tmpstr), tmpstr = NULL;
    390389                       
    391390                        pluginnode = getplugin("Oscam Config");
     
    400399                                textbox(_("Message"), _("Oscam Config Plugin not installed !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 10, 0);
    401400                        drawscreen(softcam, 0, 0);
     401                        free(tmpstr), tmpstr = NULL;
    402402                }
    403403                if(rcret == RCTIMEOUT)
Note: See TracChangeset for help on using the changeset viewer.