[ros-diffs] [ion] 26762: - Fix crash at end of text-mode setup (by hacking cmlib not to write a log file anymore -- logs aren't critical and I'll see why exactly it couldn't write the log anymore later, and apply a proper fix).

ion at svn.reactos.org ion at svn.reactos.org
Sun May 13 21:11:15 CEST 2007


Author: ion
Date: Sun May 13 23:11:13 2007
New Revision: 26762

URL: http://svn.reactos.org/svn/reactos?rev=26762&view=rev
Log:
- Fix crash at end of text-mode setup (by hacking cmlib not to write a log file anymore -- logs aren't critical and I'll see why exactly it couldn't write the log anymore later, and apply a proper fix).

Modified:
    trunk/reactos/lib/cmlib/hivewrt.c

Modified: trunk/reactos/lib/cmlib/hivewrt.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/cmlib/hivewrt.c?rev=26762&r1=26761&r2=26762&view=diff
==============================================================================
--- trunk/reactos/lib/cmlib/hivewrt.c (original)
+++ trunk/reactos/lib/cmlib/hivewrt.c Sun May 13 23:11:13 2007
@@ -22,6 +22,7 @@
    ULONG LastIndex;
    PVOID BlockPtr;
    BOOLEAN Success;
+       return TRUE;
    
    ASSERT(RegistryHive->ReadOnly == FALSE);
    




More information about the Ros-diffs mailing list