devel Makefile fix, prefs appearance tab/rework, picon stratigy, edl path fix, change...
[goodguy/history.git] / cinelerra-5.1 / guicast / filesystem.C
index a3efa4dc7229464eb039e0a820a46fd08adb0ae7..9beef424e09af374686870fbbe94c7d86aa99a54 100644 (file)
@@ -606,7 +606,7 @@ int FileSystem::parse_tildas(char *new_dir)
 int FileSystem::parse_directories(char *new_dir)
 {
 //printf("FileSystem::parse_directories 1 %s\n", new_dir);
-       if( *new_dir != '/' ) {  // expand to abs path
+       if( *new_dir != '/' && current_dir[0] ) {  // expand to abs path
                char string[BCTEXTLEN];
                strcpy(string, current_dir);
                add_end_slash(string);