From 82e9e10895688a79046723fe2924ae45b2052edf Mon Sep 17 00:00:00 2001 From: Aethor Date: Sun, 28 May 2017 22:02:53 +0200 Subject: [PATCH] =?UTF-8?q?ISO=20C++=20commence=20=C3=A0=20me=20faggoter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish_shell/fish_globbing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }