Fix for previous commit. This is what happens when you commit code without

testing first :(
This commit is contained in:
Vedran Ljubovic
2007-09-05 11:19:01 +00:00
parent 165449fe85
commit 0c606e2676
2 changed files with 43 additions and 39 deletions

View File

@@ -333,7 +333,7 @@ void loaddir(const char *path) {
if (path!=current_dir) strncpy(current_dir,tmpath,strlen(tmpath)+1);
}
} else {
edelib::alert(tsprintf(_("Directory not found: %s"),path));
edelib::alert(_("Directory not found: %s"),path);
free(tmpath);
semaphore=false;
return;