libcppunit-dev

This commit is contained in:
Markus Gans 2018-02-25 21:49:04 +01:00
parent a00f052e4d
commit f89258fa84
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ addons:
- gpm
- libgpm-dev
- gperf
- libcppunit-dev
env:
global:

View File

@ -2444,7 +2444,7 @@ bool FString::includes (const wchar_t s[])
//----------------------------------------------------------------------
bool FString::includes (const char s[])
{
{
if ( ! string )
return false;