Commit abbf0381 authored by Lioncash's avatar Lioncash
Browse files

filesystem: Use std::string's empty() function instead of comparing against a literal

This is simply a basic value check as opposed to potentially doing
string based operations (unlikely, but still, avoiding it is free).
parent 2cc0ef83
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment