Skip to content

Commit

Permalink
TEMP11
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Dec 5, 2022
1 parent c32b5a8 commit 9f5fda3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ static bool createTagsForWildcardUsingFindfirst (const char *const pattern)
} while (_findnext (hFile, &fileInfo) == 0);
_findclose (hFile);
}
else
fprintf(stderr, "createTagsForWildcardUsingFindfirst error: <%s>\n", pattern);
return resize;
}

Expand Down

0 comments on commit 9f5fda3

Please sign in to comment.