Changeset 23922


Ignore:
Timestamp:
09/27/13 14:57:47 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_update.h

    r23920 r23922  
    267267                                }
    268268
    269                                 if(ostrstr(filelist->select->text, "_BACKUP_") != NULL)
    270                                 {
    271                                         cmd = ostrcat(cmd, "backup ", 1, 0);
     269                                if(ostrstr(filelist->select->text, "_FULLBACKUP.") != NULL)
     270                                {
     271                                        cmd = ostrcat(cmd, "fullbackup ", 1, 0);
    272272                                        cmd = ostrcat(cmd, tmpstr, 1, 0);
    273273                                        cmd = ostrcat(cmd, auth, 1, 0);
Note: See TracChangeset for help on using the changeset viewer.