Fix Router's linux error

This commit is contained in:
Lirusaito
2019-03-04 16:55:11 -05:00
parent 10f57e9a87
commit 7766172831

View File

@@ -105,7 +105,7 @@ LocalBitmap::Params::Params(const std::string& path)
LocalBitmap::LocalBitmap(const Params& p)
{
llassert(!p.fullpath.empty());
llassert(!p.fullpath().empty());
valid = false;
if ( gDirUtilp->fileExists(p.fullpath) )
{