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