Commit in reactos/lib/psapi/misc on MAIN
win32.c+3-31.14 -> 1.15
fixed return value of GetProcessImageFileNameA/W()

reactos/lib/psapi/misc
win32.c 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- win32.c	6 Nov 2004 01:42:04 -0000	1.14
+++ win32.c	6 Nov 2004 01:43:59 -0000	1.15
@@ -1,4 +1,4 @@
-/* $Id: win32.c,v 1.14 2004/11/06 01:42:04 weiden Exp $
+/* $Id: win32.c,v 1.15 2004/11/06 01:43:59 weiden Exp $
  */
 /*
  * COPYRIGHT:   See COPYING in the top level directory
@@ -970,7 +970,7 @@
     LocalFree((HLOCAL)ImageFileName);
   }
 
-  return 0;
+  return Ret;
 }
 
 
@@ -1026,7 +1026,7 @@
     LocalFree((HLOCAL)ImageFileName);
   }
 
-  return 0;
+  return Ret;
 }
 
 
CVSspam 0.2.8