Release 14

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@31 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby
2008-04-23 20:51:17 +00:00
parent e9e1d8f75a
commit 318575bb8e
6 changed files with 313 additions and 238 deletions

View File

@@ -1,5 +1,5 @@
{==============================================================================|
| Project : Delphree - Synapse | 001.001.000 |
| Project : Delphree - Synapse | 001.001.001 |
|==============================================================================|
| Content: Coding and decoding support |
|==============================================================================|
@@ -151,7 +151,7 @@ begin
if c<>'='
then result:=result+c
else
if (x+1)<length(value)
if x<length(value)
then
begin
s:=copy(value,x,2);