1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2025-07-11 12:19:23 +00:00

ISO C++ commence à me faggoter

This commit is contained in:
Aethor
2017-05-28 22:02:53 +02:00
parent ee951fb2cd
commit 82e9e10895

View File

@ -59,7 +59,7 @@ WordList* expandWord(char* word){
else{
return getFiles(word, "*");//temporary
return getFiles(word, (char*) "*");//temporary
//return();
}