summaryrefslogtreecommitdiffstats
path: root/src/ingen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r--src/ingen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index 52d36c70..c50298b9 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -193,7 +193,7 @@ main(int argc, char** argv)
const Path p(path_option.get_string());
if (!p.is_root()) {
parent = p.parent();
- symbol = p.name();
+ symbol = p.symbol();
}
} else {
cerr << "Invalid path given: '" << path_option << endl;