From 51ee1b0633fbfa935da08c8a13f70da6fc1c074d Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Mon, 21 Sep 2015 20:54:53 +0200 Subject: Bug 751755 - using plantuml cause a popup "openwith" windows when calling java.exe --- src/plantuml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plantuml.cpp b/src/plantuml.cpp index e3a85e4..ae9af43 100644 --- a/src/plantuml.cpp +++ b/src/plantuml.cpp @@ -101,7 +101,7 @@ void generatePlantUMLOutput(const char *baseName,const char *outDir,PlantUMLOutp //printf("*** running: %s %s outDir:%s %s\n",pumlExe.data(),pumlArgs.data(),outDir,outFile); msg("Running PlantUML on generated file %s.pu\n",baseName); portable_sysTimerStart(); - if ((exitCode=portable_system(pumlExe,pumlArgs,FALSE))!=0) + if ((exitCode=portable_system(pumlExe,pumlArgs,TRUE))!=0) { err("Problems running PlantUML. Verify that the command 'java -jar \"%splantuml.jar\" -h' works from the command line. Exit code: %d\n", plantumlJarPath.data(),exitCode); -- cgit v0.12