Fix systemCachePath check 86/213486/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 5 Sep 2019 16:12:34 +0000 (17:12 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 9 Sep 2019 13:00:53 +0000 (14:00 +0100)
commit53cae699c9127369e0bbe872aec9f80b4a811dca
tree4308c11c79b68f320b96b06083de3b89363fd33f
parent4552680b7d23d27cf933df6805c26ac3fce1a550
Fix systemCachePath check

The check before was pointless as it cannot ever be NULL.
We can just use the std::string::empty() method to do this.

Change-Id: I0da3a544b2b18e2820f452a502b2542f4440282f
dali/internal/adaptor/common/adaptor-impl.cpp