treat that like a string, damn compiler
This commit is contained in:
parent
7136b3cc3e
commit
e4a8abf27a
@ -43,7 +43,7 @@ void cellar::bottles::switch_active_bottle(int argc, vector<string> argv) {
|
||||
try {
|
||||
create_symlink(targetpath, bottlepath);
|
||||
} catch (filesystem_error &exc) {
|
||||
output::error(exc.what());
|
||||
output::error((string) "Error creating symlink at ~/.wine: " + exc.what());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user