Fix Router's linux error
This commit is contained in:
@@ -105,7 +105,7 @@ LocalBitmap::Params::Params(const std::string& path)
|
|||||||
|
|
||||||
LocalBitmap::LocalBitmap(const Params& p)
|
LocalBitmap::LocalBitmap(const Params& p)
|
||||||
{
|
{
|
||||||
llassert(!p.fullpath.empty());
|
llassert(!p.fullpath().empty());
|
||||||
valid = false;
|
valid = false;
|
||||||
if ( gDirUtilp->fileExists(p.fullpath) )
|
if ( gDirUtilp->fileExists(p.fullpath) )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user