diff --git a/fish_shell/fish_globbing.c b/fish_shell/fish_globbing.c index 6652e52..17cb999 100644 --- a/fish_shell/fish_globbing.c +++ b/fish_shell/fish_globbing.c @@ -59,7 +59,7 @@ WordList* expandWord(char* word){ else{ - return getFiles(word, "*");//temporary + return getFiles(word, (char*) "*");//temporary //return(); }