summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------lib/the_Foundation0
-rw-r--r--src/app.c1
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/the_Foundation b/lib/the_Foundation
Subproject faf554c4d3e1d121f2cca52ba091c14effd091d Subproject dd4bc4daa9f25b1b6a3411c43472bc24eaaf33c
diff --git a/src/app.c b/src/app.c
index ef130770..9762961a 100644
--- a/src/app.c
+++ b/src/app.c
@@ -2381,6 +2381,7 @@ void openInDefaultBrowser_App(const iString *url) {
2381#endif 2381#endif
2382 ); 2382 );
2383 start_Process(proc); 2383 start_Process(proc);
2384 waitForFinished_Process(proc); /* TODO: test on Windows */
2384 iRelease(proc); 2385 iRelease(proc);
2385#endif 2386#endif
2386} 2387}