mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fix for previous commit. This is what happens when you commit code without
testing first :(
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user