aboutsummaryrefslogtreecommitdiff
path: root/src/fbasicstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbasicstring.h')
-rw-r--r--src/fbasicstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbasicstring.h b/src/fbasicstring.h
index 73951a6..7825600 100644
--- a/src/fbasicstring.h
+++ b/src/fbasicstring.h
@@ -1493,7 +1493,7 @@ namespace Bu
1493 return true; 1493 return true;
1494 if( core->pFirst == pData.core->pFirst ) 1494 if( core->pFirst == pData.core->pFirst )
1495 return true; 1495 return true;
1496 if( (core->pFirst == 0 && pData.core->nLength == 0) ) 1496 if( (core->nLength == 0 && pData.core->nLength == 0) )
1497 return true; 1497 return true;
1498 if( core->nLength != pData.core->nLength ) 1498 if( core->nLength != pData.core->nLength )
1499 return false; 1499 return false;