mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 17:05:37 -04:00
Fix path separator, revert UI
This commit is contained in:
parent
11f4edc892
commit
3fc23354ce
3 changed files with 16 additions and 18 deletions
|
@ -154,7 +154,7 @@ struct path {
|
|||
|
||||
path& operator/=(const path& p) {
|
||||
if (_s.back() != preferred_separator)
|
||||
_s + preferred_separator;
|
||||
_s += preferred_separator;
|
||||
_s += p._s;
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue