summaryrefslogtreecommitdiff
blob: 3ec8bd5d534fbe889cc418cd20cd5baa435ce7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- partimage-0.6.4/src/client/imagefile.cpp.varargs	2004-02-03 19:57:36.000000000 -0500
+++ partimage-0.6.4/src/client/imagefile.cpp	2005-08-23 08:17:08.000000000 -0400
@@ -470,7 +470,7 @@ void CImage::splitChangeImageFileWrite()
       if (!fork()) // we're the child // no error check maid
         execl("/tmp/partimage-shell", 
            get_szImageFilename(), get_szPath(),
-           get_szOriginalFilename(), get_dwVolumeNumber());
+           get_szOriginalFilename(), get_dwVolumeNumber(), (char *)NULL);
     }
 
   // wait for a keyboard keypress if need