libcppunit-dev
This commit is contained in:
parent
a00f052e4d
commit
f89258fa84
|
@ -17,6 +17,7 @@ addons:
|
|||
- gpm
|
||||
- libgpm-dev
|
||||
- gperf
|
||||
- libcppunit-dev
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
@ -2444,7 +2444,7 @@ bool FString::includes (const wchar_t s[])
|
|||
|
||||
//----------------------------------------------------------------------
|
||||
bool FString::includes (const char s[])
|
||||
{
|
||||
{
|
||||
if ( ! string )
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue