Selaa lähdekoodia

#IQRV #comment [BugFix] 编译失败处理

gifur 2 vuotta sitten
vanhempi
sitoutus
4fc29f7662
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Module/mod_facetracking/mod_facetracking.cpp

+ 1 - 0
Module/mod_facetracking/mod_facetracking.cpp

@@ -340,6 +340,7 @@ public:
 		if (Error == Error_Succeed) {
 			SpIniMappingTable table;
 			config.nServersType = 0;
+			CSimpleStringA strPath;
 			GetFunction()->GetPath("cfg", strPath);
 #ifdef RVC_OS_WIN
 			sprintf(config.strFaceDataDirPath, "%s%s%s", (LPCSTR)strPath, SPLIT_SLASH_STR, "facedata");