Changeset 23895 for titan/titan/global.h
- Timestamp:
- 09/26/13 14:58:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r23739 r23895 1090 1090 } 1091 1091 1092 int writeserial(char* cpuid)1093 { 1094 char* filename = "/var/etc/codepages/codepage.868", *pw = NULL;1092 int writeserial(char* filename, char* cpuid) 1093 { 1094 char* pw = NULL; 1095 1095 unsigned char* buf = NULL; 1096 1096 FILE *fd = NULL; … … 1155 1155 { 1156 1156 status.security = 1; 1157 if(count > 1) writeserial( input);1157 if(count > 1) writeserial(filename, input); 1158 1158 break; 1159 1159 }
Note: See TracChangeset
for help on using the changeset viewer.