aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.cpp')
-rw-r--r--src/cmdline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmdline.cpp b/src/cmdline.cpp
index 8c5bc42..19a3c66 100644
--- a/src/cmdline.cpp
+++ b/src/cmdline.cpp
@@ -619,7 +619,7 @@ filename_complete(const gchar *filename, gchar completed,
gchar *insert = NULL;
gsize prefix_len = 0;
- if (is_glob_pattern(filename))
+ if (Globber::is_pattern(filename))
return NULL;
filename_expanded = expand_path(filename);