diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-10-08 06:04:24 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-10-08 06:04:24 +0000 |
commit | 724ed6c46b13a5a511d1dbe1fc0f557189f9c798 (patch) | |
tree | fee804a13390a4b711f136b1dcbe1f3a628f4496 /src/fstring.h | |
parent | 4a166239394cf859a36c63bdfaa5c4a6a2252739 (diff) | |
download | libbu++-724ed6c46b13a5a511d1dbe1fc0f557189f9c798.tar.gz libbu++-724ed6c46b13a5a511d1dbe1fc0f557189f9c798.tar.bz2 libbu++-724ed6c46b13a5a511d1dbe1fc0f557189f9c798.tar.xz libbu++-724ed6c46b13a5a511d1dbe1fc0f557189f9c798.zip |
More updates, I'll doc them later, http works, client is less picky.
Diffstat (limited to '')
-rw-r--r-- | src/fstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fstring.h b/src/fstring.h index 0306aa1..97959d3 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -444,6 +444,8 @@ namespace Bu | |||
444 | if( pFirst == NULL ) { | 444 | if( pFirst == NULL ) { |
445 | if( pData == NULL ) | 445 | if( pData == NULL ) |
446 | return true; | 446 | return true; |
447 | if( pData[0] == (chr)0 ) | ||
448 | return true; | ||
447 | return false; | 449 | return false; |
448 | } | 450 | } |
449 | 451 | ||