Changeset 43446 for titan/titan


Ignore:
Timestamp:
02/04/19 04:52:21 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/system_update.h

    r43445 r43446  
    247247                                                cmd = ostrcat(cmd, " release titannit.dyndns.tv", 1, 0);
    248248
    249                                         if((mode == 2 || mode == 3) && device->ret != NULL && ostrstr(device->ret, "no device found", "no device found") != NULL)
     249                                        if((mode == 2 || mode == 3) && device->ret != NULL && ostrstr(device->ret, "no device found") != NULL)
    250250                                        {
    251251                                                // send multiboot device to update.sh
Note: See TracChangeset for help on using the changeset viewer.