/[svn]/linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2347 by persson, Sun Jun 10 15:47:32 2012 UTC revision 2360 by persson, Thu Aug 16 17:01:35 2012 UTC
# Line 212  namespace { Line 212  namespace {
212  #endif  #endif
213                  dmsg(1, ("exec failed %d %s\n", errno, strerror(errno)));                  dmsg(1, ("exec failed %d %s\n", errno, strerror(errno)));
214    
215                  // make sure somthing is executed, so the static                  // make sure something is executed, so the static
216                  // destructors copied from the parent don't run                  // destructors copied from the parent don't run
217                  execl("/usr/bin/true", "/usr/bin/true", (char*)0);                  execl("/usr/bin/true", "/usr/bin/true", (char*)0);
218              }              }

Legend:
Removed from v.2347  
changed lines
  Added in v.2360

  ViewVC Help
Powered by ViewVC