main
Georg Krause 2019-06-11 10:29:51 +02:00
parent 5bcf614798
commit 47547beb15
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ DiskWriter::DiskWriter()
// create .config/soundship/loopp/ directory
stringstream dotConfig;
dotConfig << getenv("HOME") << "/.config/sounudship/";
dotConfig << getenv("HOME") << "/.config/soundship/";
int dotConfigDir = mkdir( dotConfig.str().c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH );
if ( errno == EEXIST ) {
//LOOPP_NOTE("dotConfigDir exists");