diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-05-02 01:24:55 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-05-02 01:24:55 +0000 |
commit | fdf7e508f70bbf24adeb1beba2fc5ab825217f92 (patch) | |
tree | fb2703063670a3ed51665f5854d9d7b5fe68efbf /src/fbasicstring.h | |
parent | b4f8ebcb496ca231fa737307a0f9757d01e37c7b (diff) | |
download | libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.gz libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.bz2 libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.tar.xz libbu++-fdf7e508f70bbf24adeb1beba2fc5ab825217f92.zip |
wow, bug fixes everywhere.
Diffstat (limited to 'src/fbasicstring.h')
-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(); |