[svn:parrot] r42757 - trunk/config/gen/platform/win32

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 18:13:11 UTC 2009


Author: jkeenan
Date: Sat Nov 21 18:13:11 2009
New Revision: 42757
URL: https://trac.parrot.org/parrot/changeset/42757

Log:
Remove inline comment referring to resolved RT 48278.

Modified:
   trunk/config/gen/platform/win32/exec.c

Modified: trunk/config/gen/platform/win32/exec.c
==============================================================================
--- trunk/config/gen/platform/win32/exec.c	Sat Nov 21 18:12:20 2009	(r42756)
+++ trunk/config/gen/platform/win32/exec.c	Sat Nov 21 18:13:11 2009	(r42757)
@@ -62,7 +62,6 @@
     WaitForSingleObject(pi.hProcess, INFINITE);
 
     if (!GetExitCodeProcess(pi.hProcess, &status)) {
-        /* RT #48278 njs Should call GetLastError for failure message? */
         Parrot_warn(interp, PARROT_WARNINGS_PLATFORM_FLAG,
             "Process completed: Failed to get exit code.");
     }


More information about the parrot-commits mailing list