Changeset 39034


Ignore:
Timestamp:
09/26/16 17:30:54 (8 years ago)
Author:
obi
Message:

fix

Location:
titan/plugins/tithek
Files:
2 edited

Legend:

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

    r39033 r39034  
    24842484        clearscreen(grid);
    24852485
    2486 //      if(first == 1)
    2487 //      {
     2486        if(first == 1)
     2487        {
    24882488                setvol(savevol);
    24892489
     
    24972497                if(status.mcaktiv == 0)
    24982498                        servicecheckret(servicestart(status.lastservice->channel, NULL, NULL, 0), 0);
    2499 //      }
     2499        }
    25002500}
    25012501
  • titan/plugins/tithek/tithek_global.h

    r39033 r39034  
    802802                        if(file_exist("/mnt/swapextensions/etc/.codecpack") || file_exist("/var/swap/etc/.codecpack") || file_exist("/var/etc/.codecpack"))
    803803                        {
    804                                 unlink("/tmp/parser.tar");
    805804                                gethttp("atemio.dyndns.tv", "/mediathek/parser_secret.tar", 80, "/tmp/parser.tar", HTTPAUTH, 5000, NULL, 0);
    806805                                cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0);
    807806                                system(cmd);
    808807                                free(cmd), cmd = NULL;
     808                                unlink("/tmp/parser.tar");
    809809                        }
    810810       
Note: See TracChangeset for help on using the changeset viewer.