Changeset 43527 for titan/titan


Ignore:
Timestamp:
02/16/19 20:02:57 (5 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r43526 r43527  
    10481048        //check to remove preinstalled tpk packages
    10491049        ret = tpkupdatepre();
     1050//workaround fuer time im neuen Image
     1051#ifdef OEBUILD 
    10501052        timeokw = 0;
     1053#else
     1054        timeokw = 1;
     1055#endif
    10511056        addtimer(&checkdate, START, 2000, -1, NULL, NULL, NULL);
    10521057        if(checkbox("ATEMIO510") == 0)
Note: See TracChangeset for help on using the changeset viewer.