changeset 278:30941d8ee320 trunk

[svn r299] forgot to return status in runExecutable
author lindquist
date Fri, 20 Jun 2008 22:12:15 +0200
parents 90a8c798b0db
children a137ed004205
files gen/linker.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gen/linker.cpp	Fri Jun 20 22:09:04 2008 +0200
+++ b/gen/linker.cpp	Fri Jun 20 22:12:15 2008 +0200
@@ -227,4 +227,5 @@
             error("error message: %s", errstr.c_str());
         fatal();
     }
+    return status;
 }