Author: hbelusca
Date: Sat Oct  6 14:50:18 2012
New Revision: 57498

URL: http://svn.reactos.org/svn/reactos?rev=57498&view=rev
Log:
[NTDLL_APITEST]
Initialize Length to default value.

Modified:
    trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c

Modified: trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c?rev=57498&r1=57497&r2=57498&view=diff
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlDosSearchPath_U.c [iso-8859-1] Sat Oct  6 
14:50:18 2012
@@ -101,7 +101,7 @@
 START_TEST(RtlDosSearchPath_U)
 {
     NTSTATUS ExceptionStatus;
-    ULONG Length;
+    ULONG Length = 0;
     WCHAR Buffer[MAX_PATH];
     PWSTR PartName;
     BOOLEAN Okay;


Reply via email to