*** empty log message ***

[SVN r35717]
This commit is contained in:
Thorsten Jørgen Ottosen
2006-10-24 10:37:46 +00:00
parent 007117cefb
commit f49be0b382

View File

@ -43,7 +43,7 @@ namespace boost
#else
inline const wchar_t* str_end( const wchar_t* s, const wchar_t* )
{
if( s == 0 && s[0] == 0 )
if( s == 0 || s[0] == 0 )
return s;
while( *++s != 0 )
;