diff options
Diffstat (limited to '')
-rw-r--r-- | src/fbasicstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fbasicstring.h b/src/fbasicstring.h index e965de8..73951a6 100644 --- a/src/fbasicstring.h +++ b/src/fbasicstring.h | |||
@@ -1497,6 +1497,8 @@ namespace Bu | |||
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; |
1500 | if( pData.core->pFirst == NULL || core->pFirst == NULL ) | ||
1501 | return false; | ||
1500 | 1502 | ||
1501 | flatten(); | 1503 | flatten(); |
1502 | pData.flatten(); | 1504 | pData.flatten(); |