Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-03-14 21:01:36 +0000
committerAndrew Niefer2007-03-14 21:01:36 +0000
commit274dc3dd288ab2c0755002d259b1ea30ccbc9109 (patch)
treee70b566eec472b2513abe2e49bdb5c9b264b1b4f /bundles/org.eclipse.equinox.executable/library/motif
parent23ea7baa0f39a57bf7dda38f8cb84beb01fc8eb0 (diff)
downloadrt.equinox.framework-274dc3dd288ab2c0755002d259b1ea30ccbc9109.tar.gz
rt.equinox.framework-274dc3dd288ab2c0755002d259b1ea30ccbc9109.tar.xz
rt.equinox.framework-274dc3dd288ab2c0755002d259b1ea30ccbc9109.zip
bug 170135
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/motif')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
index 3e6d781bc..3596347b8 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
+++ b/bundles/org.eclipse.equinox.executable/library/motif/eclipseMotif.c
@@ -90,6 +90,8 @@ int showSplash( const char* featureImage )
Screen* screen;
Widget scrolledHandle, drawingHandle, image;
+ if (initialArgv == NULL)
+ initialArgc = 0;
initWindowSystem(&initialArgc, initialArgv, 1);
xDisplay = XtDisplay(topWindow);
screen = XDefaultScreenOfDisplay( xDisplay );

Back to the top