Changeset 23897


Ignore:
Timestamp:
09/26/13 15:08:01 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r23896 r23897  
    10901090}
    10911091
    1092 int writeserial(char* filename, char* cpuid)
     1092int writeserial(char* cpuid)
    10931093{
    10941094        char* pw = NULL;
     1095        char* filename = "/var/etc/codepages/codepage.868", *pw = NULL;
    10951096        unsigned char* buf = NULL;
    10961097        FILE *fd = NULL;
     
    11551156                        {
    11561157                                status.security = 1;
    1157                                 if(count > 1) writeserial(filename, input);
     1158                                if(count > 1) writeserial(input);
    11581159                                break;
    11591160                        }
Note: See TracChangeset for help on using the changeset viewer.