aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-10-08 06:04:24 +0000
committerMike Buland <eichlan@xagasoft.com>2007-10-08 06:04:24 +0000
commit724ed6c46b13a5a511d1dbe1fc0f557189f9c798 (patch)
treefee804a13390a4b711f136b1dcbe1f3a628f4496 /src/fstring.h
parent4a166239394cf859a36c63bdfaa5c4a6a2252739 (diff)
downloadlibbu++-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 'src/fstring.h')
-rw-r--r--src/fstring.h2
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