diff --git a/Makefile b/Makefile index 4f9b55c..188e64d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ export GITHASH := $(shell git rev-parse --short HEAD) -export VERSION := 1.2.0 +export VERSION := 1.2.1 export API_VERSION := 3 export WANT_FLAC := 1 export WANT_MP3 := 1 diff --git a/overlay/source/gui_browser.cpp b/overlay/source/gui_browser.cpp index e685055..b984e8f 100644 --- a/overlay/source/gui_browser.cpp +++ b/overlay/source/gui_browser.cpp @@ -51,7 +51,7 @@ BrowserGui::BrowserGui() this->has_music = true; fsDirClose(&dir); } else { - this->cwd[0] = '\0'; + this->cwd[1] = '\0'; } this->scanCwd(); } else {