Changeset 31621


Ignore:
Timestamp:
12/08/14 23:14:24 (8 years ago)
Author:
obi
Message:

add loading screen to wakeup hdd on recordscreen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/record.h

    r31391 r31621  
    14391439        struct stimerthread *recthumbfirstthread = NULL;
    14401440
     1441        struct skin* load = getscreen("loading");
     1442        drawscreen(load, 0, 0);
    14411443        cmd = ostrcat("ls -al ", getconfig("rec_path", NULL), 0, 0);
    1442         cmd = ostrcat(cmd, " >/dev/null &", 1, 0);
     1444//      cmd = ostrcat(cmd, " >/dev/null &", 1, 0);
     1445        cmd = ostrcat(cmd, " >/dev/null", 1, 0);
    14431446        printf("cmd: %s\n", cmd);
    14441447        system(cmd);
    14451448        free(cmd), cmd = NULL;
     1449        clearscreen(load);
    14461450       
    14471451        while(servicenode != NULL)
Note: See TracChangeset for help on using the changeset viewer.