Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-02-08 20:58:31 +0000
committerAndrew Niefer2010-02-08 20:58:31 +0000
commit6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3 (patch)
treea4465e0ee5fe7c6eefb08f590ec050bb25e5637a /bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
parentc3a719727e7bbe5ebd30654f9e187713cfad0393 (diff)
downloadrt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.tar.gz
rt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.tar.xz
rt.equinox.framework-6f8e8a3bc5fe32d86f67ff8d69bc4cf203e40ec3.zip
bug 301033 - --launcher.defaultAction & openFile
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c b/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
index 5253728f0..47739962b 100644
--- a/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/eclipseCarbon.c
@@ -169,7 +169,7 @@ int main() {
void installAppleEventHandler();
-int reuseWorkbench(_TCHAR* filePath, int timeout) {
+int reuseWorkbench(_TCHAR** filePath, int timeout) {
installAppleEventHandler();
return 0;
}

Back to the top