git-svn-id: https://spexeah.com:8443/svn/Asuro@666 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron
2018-05-05 21:37:35 +00:00
parent 2c10fa3231
commit bccc36132e
2 changed files with 78 additions and 16 deletions

View File

@ -101,7 +101,7 @@ var
begin
str := getParam(0, params);
list := stringToLL(str, '/');
list := LL_fromString(str, '/');
for i:=0 to LL_Size(list) - 1 do begin
elm:= puint32(LL_Get(list, i));