--- muse-0.7.2pre4/muse/waveedit/waveview.cpp.orig	2005-07-09 23:55:47.000000000 +0200
+++ muse-0.7.2pre4/muse/waveedit/waveview.cpp	2005-12-23 15:27:11.000000000 +0100
@@ -780,7 +780,7 @@ void WaveView::editExternal(unsigned fil
       // Forkaborkabork
       int pid = vfork();
       if (pid == 0) {
-            if (execlp(config.externalWavEditor.latin1(), config.externalWavEditor.latin1(), exttmpFileName.latin1(), 0) == -1) {
+            if (execlp(config.externalWavEditor.latin1(), config.externalWavEditor.latin1(), exttmpFileName.latin1(), NULL) == -1) {
                   perror("Failed to launch external editor");
                   // Get out of here
 
