X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/9a44a542cab11c03215fe3c844dde2529a87258d..12873c59bfaeb05331a96c3611843aceedc899e0:/unixstuff.inc

diff --git a/unixstuff.inc b/unixstuff.inc
index b522c74..dca63ce 100755
--- a/unixstuff.inc
+++ b/unixstuff.inc
@@ -47,7 +47,7 @@
 	var
 	  p : ppchar;
 	begin
-	  p := unixutil.StringToPPChar(Todo,1);
+	  p := unixutil.StringToPPChar(Todo,0);
 	  if (p=nil) or (p^=nil) then exit;
 	  fpexecv(p^,p);
 	end;
@@ -168,4 +168,4 @@
 
 {$endif}
 
-    
\ No newline at end of file
+