Changeset 23895 for titan/titan


Ignore:
Timestamp:
09/26/13 14:58:20 (11 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r23739 r23895  
    10901090}
    10911091
    1092 int writeserial(char* cpuid)
    1093 {
    1094         char* filename = "/var/etc/codepages/codepage.868", *pw = NULL;
     1092int writeserial(char* filename, char* cpuid)
     1093{
     1094        char* pw = NULL;
    10951095        unsigned char* buf = NULL;
    10961096        FILE *fd = NULL;
     
    11551155                        {
    11561156                                status.security = 1;
    1157                                 if(count > 1) writeserial(input);
     1157                                if(count > 1) writeserial(filename, input);
    11581158                                break;
    11591159                        }
Note: See TracChangeset for help on using the changeset viewer.