This commit is contained in:
Aethor 2017-06-02 15:26:14 +02:00
parent a487a29cb8
commit 04db376a0b
1 changed files with 1 additions and 1 deletions

View File

@ -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);