fixed a bug (was not using pathName).
This commit is contained in:
@@ -282,7 +282,7 @@ GWEN_STRINGLIST *_getListOfMatchingFiles(const char *pathName, const char *subFo
|
|||||||
GWEN_STRINGLIST *sl;
|
GWEN_STRINGLIST *sl;
|
||||||
|
|
||||||
sl=GWEN_StringList_new();
|
sl=GWEN_StringList_new();
|
||||||
rv=GWEN_PathManager_GetMatchingFilesRecursively(AQHOME_PM_LIBNAME, AQHOME_PM_DATADIR, subFolder, sl, mask);
|
rv=GWEN_PathManager_GetMatchingFilesRecursively(AQHOME_PM_LIBNAME, pathName, subFolder, sl, mask);
|
||||||
if (rv<0) {
|
if (rv<0) {
|
||||||
DBG_INFO(AQH_LOGDOMAIN,
|
DBG_INFO(AQH_LOGDOMAIN,
|
||||||
"Error listing matching data files (folder=%s, mask=%s)",
|
"Error listing matching data files (folder=%s, mask=%s)",
|
||||||
|
|||||||
Reference in New Issue
Block a user