Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-04-05 17:16:00 +0000
committerAndrew Niefer2007-04-05 17:16:00 +0000
commit19a3cc3ac7db94a9c2e79ca6d4800e8b8cdcc8a1 (patch)
tree36fd8eab390b54ef16ebd30ab2574432c656630f /bundles/org.eclipse.equinox.executable/library/eclipse.c
parent7713faf24ca18eb28fe531081b3b2c0a5c9710d9 (diff)
downloadrt.equinox.framework-19a3cc3ac7db94a9c2e79ca6d4800e8b8cdcc8a1.tar.gz
rt.equinox.framework-19a3cc3ac7db94a9c2e79ca6d4800e8b8cdcc8a1.tar.xz
rt.equinox.framework-19a3cc3ac7db94a9c2e79ca6d4800e8b8cdcc8a1.zip
bug 126502
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/eclipse.c')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/eclipse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/eclipse.c b/bundles/org.eclipse.equinox.executable/library/eclipse.c
index 8f5081e71..9e866aeab 100644
--- a/bundles/org.eclipse.equinox.executable/library/eclipse.c
+++ b/bundles/org.eclipse.equinox.executable/library/eclipse.c
@@ -478,6 +478,7 @@ JNIEXPORT int run(int argc, _TCHAR* argv[], _TCHAR* vmArgs[])
running = 0;
}
} else {
+ running = 0;
if (debug && !suppressErrors) displayMessage( officialName, shareMsg );
}
break;

Back to the top