Changeset 36954


Ignore:
Timestamp:
01/25/16 17:44:02 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r36953 r36954  
    636636
    637637                cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0);
    638                 printf(cmd: %s\n", cmd);
     638                printf("cmd: %s\n", cmd);
    639639                system(cmd);
    640640                free(cmd), cmd = NULL;
     
    645645                        gethttp("atemio.dyndns.tv", "/mediathek/parser_secret.tar", 80, "/tmp/parser.tar", HTTPAUTH, 5000, NULL, 0);
    646646                        cmd = ostrcat("tar -xvf /tmp/parser.tar -C ", path, 0, 0);
    647                         printf(cmd: %s\n", cmd);
     647                        printf("cmd: %s\n", cmd);
    648648                        system(cmd);
    649649                        free(cmd), cmd = NULL;
     
    651651
    652652                cmd = ostrcat("chmod -R 755 ", path, 0, 0);
    653                 printf(cmd: %s\n", cmd);
     653                printf("cmd: %s\n", cmd);
    654654                system(cmd);
    655655                free(cmd), cmd = NULL;
    656656
    657657                cmd = ostrcat("chmod -R 755 /tmp/parser", NULL, 0, 0);
    658                 printf(cmd: %s\n", cmd);
     658                printf("cmd: %s\n", cmd);
    659659                system(cmd);
    660660                free(cmd), cmd = NULL;
Note: See TracChangeset for help on using the changeset viewer.