* Minor optimization from mantis 14974

git-svn-id: trunk@14016 -
This commit is contained in:
marco 2009-11-03 12:59:12 +00:00
parent 91a756e51a
commit 030379bc57

View File

@ -160,7 +160,7 @@ implementation
len:=strlen(p)+1;
getmem(strnew,len);
if strnew<>nil then
strmove(strnew,p,len);
move(p^,strnew^,len);
end;
procedure strdispose(p : pchar);