Skip to content

Commit

Permalink
Bug 751755 - using plantuml cause a popup "openwith" windows when cal…
Browse files Browse the repository at this point in the history
…ling java.exe
  • Loading branch information
Dimitri van Heesch committed Sep 21, 2015
1 parent 9ee8f77 commit 51ee1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plantuml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 51ee1b0

Please sign in to comment.