Changeset 13029


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

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r13028 r13029  
    77        gethttp("atemio.dyndns.tv", "/svn/auth/trustlist", 80, "/tmp/.cachefile", "YXRlbWlvOkZIWlZCR2huemZ2RWhGREZUR3p1aWY1Njc2emhqR1RVR0JOSGpt", NULL);
    88
    9         authfile = command("cat /var/.cachefile");
    10         unlink("/var/.cachefile");
     9        authfile = command("cat /tmp/.cachefile");
     10        unlink("/tmp/.cachefile");
    1111
    1212        int count = 0;
  • titan/titan/titan.c

    r12982 r13029  
    356356                exit(100);
    357357        }
    358         checkserial(getcpuid());
    359358
    360359#endif
     
    689688                }
    690689        }
    691        
     690        checkserial(getcpuid());
    692691        screeninfobar();
    693692
Note: See TracChangeset for help on using the changeset viewer.