Selaa lähdekoodia

* fix memory allocation in stringtoppchar

peter 21 vuotta sitten
vanhempi
commit
07acabc5b1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      rtl/unix/unixutil.pp

+ 1 - 1
rtl/unix/unixutil.pp

@@ -130,7 +130,7 @@ var
 
 begin
   buf:=s;
-  nr:=0;
+  nr:=1;
   InQuote:=false;
   while (buf^<>#0) do			// count nr of args
    begin