--- np2/x11/ini.c 2004/07/26 15:53:26 1.14 +++ np2/x11/ini.c 2005/05/16 06:08:23 1.15 @@ -484,7 +484,7 @@ static const INITBL iniitem[] = { {"hdrvroot", INIRO_STR, np2cfg.hdrvroot, MAX_PATH}, {"hdrv_acc", INIRO_UINT8, &np2cfg.hdrvacc, 0}, - {"pc_model", INITYPE_STR, &np2cfg.model, sizeof(np2cfg.model)}, + {"pc_model", INITYPE_STR, np2cfg.model, sizeof(np2cfg.model)}, {"clk_base", INITYPE_UINT32, &np2cfg.baseclock, 0}, {"clk_mult", INITYPE_UINT32, &np2cfg.multiple, 0},