summaryrefslogtreecommitdiff
path: root/cs
diff options
context:
space:
mode:
authorroot <root>2006-07-07 15:34:11 +0000
committerroot <root>2006-07-07 15:34:11 +0000
commitc236b409799117eb10770bb7225d10d8409dee35 (patch)
treebf79a84679f4f35aa2f90e96fea6aecef2d79470 /cs
parent62f3e819eab18f9d175408dd7421b137132a728d (diff)
*** empty log message ***rel-1_6
Diffstat (limited to 'cs')
-rw-r--r--cs/CLZF.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/CLZF.cs b/cs/CLZF.cs
index 81b93bf..4e1b5d5 100644
--- a/cs/CLZF.cs
+++ b/cs/CLZF.cs
@@ -328,7 +328,7 @@ namespace LZF.NET
while ((--len)!=0);
}
}
- while (oidx < out_len && iidx < in_len);
+ while (iidx < in_len);
return (int)oidx;
}