| version 1.24, 2004/02/13 08:33:48 | version 1.25, 2004/02/21 04:48:35 | 
| Line 227  const INITBL *pterm; | Line 227  const INITBL *pterm; | 
 | inirdbyte3(work, p); | inirdbyte3(work, p); | 
 | break; | break; | 
 |  |  | 
 | case INITYPE_USERKEY: |  | 
 | GetPrivateProfileString(title, p->item, str_null, |  | 
 | work, sizeof(work), path); |  | 
 | ((NKEYM)p->value)->keys = (UINT8)profile_setkeys(work, |  | 
 | ((NKEYM)p->value)->key, 15); |  | 
 | break; |  | 
 |  |  | 
 | case INITYPE_KB: | case INITYPE_KB: | 
 | GetPrivateProfileString(title, p->item, str_null, | GetPrivateProfileString(title, p->item, str_null, | 
 | work, sizeof(work), path); | work, sizeof(work), path); | 
| Line 307  const char  *set; | Line 300  const char  *set; | 
 | SPRINTF(work, str_x, *((UINT32 *)p->value)); | SPRINTF(work, str_x, *((UINT32 *)p->value)); | 
 | break; | break; | 
 |  |  | 
 | case INITYPE_USERKEY: |  | 
 | profile_getkeys(work, sizeof(work), |  | 
 | ((NKEYM)p->value)->key, ((NKEYM)p->value)->keys); |  | 
 | break; |  | 
 |  |  | 
 | default: | default: | 
 | set = NULL; | set = NULL; | 
 | break; | break; | 
| Line 432  static const INITBL iniitem[] = { | Line 420  static const INITBL iniitem[] = { | 
 |  |  | 
 | {"calendar", INITYPE_BOOL,              &np2cfg.calendar,               0}, | {"calendar", INITYPE_BOOL,              &np2cfg.calendar,               0}, | 
 | {"USE144FD", INITYPE_BOOL,              &np2cfg.usefd144,               0}, | {"USE144FD", INITYPE_BOOL,              &np2cfg.usefd144,               0}, | 
 | {"userkey1", INITYPE_USERKEY,   np2cfg.userkey+0,               0}, |  | 
 | {"userkey2", INITYPE_USERKEY,   np2cfg.userkey+1,               0}, |  | 
 |  |  | 
 |  |  | 
 | // OS°Í¸¡© | // OS°Í¸¡© |