21 Dec 2009 17:10
CVS: biew biew.c,1.21,1.22
Guru Kas <nickols_k <at> users.sourceforge.net>
2009-12-21 16:10:03 GMT
2009-12-21 16:10:03 GMT
Update of /cvsroot/biew/biew In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16254 Modified Files: biew.c Log Message: fixed bug #2474144: DOS & Win32/ME 5.7.0 BUG : X86 disassm doesn't work anymore Index: biew.c =================================================================== RCS file: /cvsroot/biew/biew/biew.c,v retrieving revision 1.21 retrieving revision 1.22 diff -p -u -d -r1.21 -r1.22 --- biew.c 16 Oct 2009 13:50:46 -0000 1.21 +++ biew.c 21 Dec 2009 16:10:00 -0000 1.22 <at> <at> -66,7 +66,7 <at> <at> unsigned long biew_kbdFlags = 0L; tBool iniSettingsAnywhere = False; tBool fioUseMMF = False; tBool iniPreserveTime = False; -tBool iniUseExtProgs = True; +tBool iniUseExtProgs = False; __filesize_t headshift = 0L; char *ini_name; <at> <at> -479,7 +479,7 <at> <at> static hIniProfile * __NEAR__ __FASTCALL if(!__mmfIsWorkable()) fioUseMMF = False; biewReadProfileString(ini,"Biew","Setup","PreserveTimeStamp","no",tmp,sizeof(tmp)); if(stricmp(tmp,"yes") == 0) iniPreserveTime = True; - biewReadProfileString(ini,"Biew","Setup","UseExternalProgs","yes",tmp,sizeof(tmp));(Continue reading)
RSS Feed