mirror of
https://gitlab.com/klmp200/fish.git
synced 2024-11-21 16:23:20 +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){
|
if(foundFiles->size > 0){
|
||||||
|
|
||||||
tempElement = foundFiles->first;
|
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");
|
printf("list to be concatened is : \n");
|
||||||
printWordList(pathToList);
|
printWordList(pathToList);
|
||||||
printf("concatenedEndOfPath is : %s\n", concatenedEndOfPath);
|
printf("concatenedEndOfPath is : %s\n", concatenedEndOfPath);
|
||||||
|
Loading…
Reference in New Issue
Block a user