minor bug fixes

This commit is contained in:
2016-04-05 06:05:53 +08:00
parent 11dbf01ddf
commit 3ed8135791
3 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -217,7 +217,7 @@
if( boundary )
{
x = 0 < d ? lineEnd : 0;
x = 0 < x ? lineEnd : 0;
}
else if( c == "\n" )
{