*/}}
Explorar el Código

Merge branch 'master' of https://www.wellobserve.com/repositories/chengdulittlea/LaGUI

YimingWu hace 2 años
padre
commit
a4f745ea36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      la_data.c

+ 1 - 1
la_data.c

@@ -3746,7 +3746,7 @@ void laRefreshUDFResourcesIn(char* rootpath){
     if (rootpath[len - 1] != LA_PATH_SEP) strcat(rootpath, LA_PATH_SEPSTR);
 #ifdef __linux__
     struct dirent **NameList=0;
-    int NumFiles=scandir(rootpath,&NameList,0,alphasort);
+    NumFiles=scandir(rootpath,&NameList,0,alphasort);
 
     for(int i=0;i<NumFiles;i++){
         struct dirent* d = NameList[i]; int dlen;