|
@@ -231,7 +231,7 @@ implementation
|
|
|
st_shortstring:
|
|
|
{ length byte followed by string bytes }
|
|
|
if tstringdef(def).len>0 then
|
|
|
- encodedstr:=encodedstr+'['+tostr(tstringdef(def).len+1)+' x i8]}'
|
|
|
+ encodedstr:=encodedstr+'['+tostr(tstringdef(def).len+1)+' x i8]'
|
|
|
else
|
|
|
encodedstr:=encodedstr+'[0 x i8]';
|
|
|
else
|