mirror of
https://gitlab.com/klmp200/fish.git
synced 2024-11-13 04:13:19 +00:00
???
This commit is contained in:
parent
a487a29cb8
commit
04db376a0b
@ -116,7 +116,7 @@ void recursiveExpandWord(char* path, WordList* listToExpand){
|
||||
if(foundFiles->size > 0){
|
||||
|
||||
tempElement = foundFiles->first;
|
||||
char* concatenedEndOfPath = concatWordListToWord(pathToList, indexToExpand + 1, foundFiles->size - 1);
|
||||
char* concatenedEndOfPath = concatWordListToWord(pathToList, indexToExpand + 1, pathToList->size - 1);
|
||||
printf("list to be concatened is : \n");
|
||||
printWordList(pathToList);
|
||||
printf("concatenedEndOfPath is : %s\n", concatenedEndOfPath);
|
||||
|
Loading…
Reference in New Issue
Block a user