Changeset 13245 for titan/plugins/panel


Ignore:
Timestamp:
01/12/12 09:17:01 (12 years ago)
Author:
obi
Message:

[titan] panel fix reload with yellow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/panel/panel_system.h

    r13238 r13245  
    186186                {
    187187                        if (mode == 0 || mode == 2)
    188                                 system("/sbin/update.sh getfilelist");
     188                        {
     189                                char* cmd = NULL;
     190                                cmd = ostrcat(cmd, "/sbin/update.sh getfilelist", 1, 0);
     191                                cmd = ostrcat(cmd, auth, 1, 0);
     192                                system(cmd);
     193                                free(cmd),cmd = NULL;
     194                        }
    189195
    190196                        drawscreen(panel_system, 0);
Note: See TracChangeset for help on using the changeset viewer.