Compare commits
No commits in common. "dbcdf6689a14c6c9db73385f22286ddcfd77ba82" and "ccce18df0bb39c05f7994bcd27ac3d21d8bd5d5e" have entirely different histories.
dbcdf6689a
...
ccce18df0b
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -561,14 +561,15 @@ void PrintAuroraTag()
|
||||||
|
|
||||||
LOG("**********************************************************");
|
LOG("**********************************************************");
|
||||||
LOG(" DNF_Server Plugin S%s ", MY_VERSION);
|
LOG(" DNF_Server Plugin S%s ", MY_VERSION);
|
||||||
LOG(" By:Tanwan ");
|
LOG(" By:Rindro-Aurora ");
|
||||||
|
LOG(" PowerBy:Vance ");
|
||||||
LOG("**********************************************************");
|
LOG("**********************************************************");
|
||||||
LOG("插件已加载*********************************************贪玩");
|
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||||
LOG("插件已加载*********************************************贪玩");
|
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||||
LOG("插件已加载*********************************************贪玩");
|
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||||
LOG("插件已加载*********************************************贪玩");
|
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||||
LOG("插件已加载*********************************************贪玩");
|
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||||
LOG("插件已加载*********************************************贪玩");
|
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||||
}
|
}
|
||||||
|
|
||||||
int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3)
|
int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3)
|
||||||
|
|
|
||||||
|
|
@ -327,7 +327,7 @@ namespace Utils
|
||||||
nSize = vsnprintf(buff, sizeof(buff), formatstring, args);
|
nSize = vsnprintf(buff, sizeof(buff), formatstring, args);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
char szPrINT32[BUFFCOUNT + 50] = {0};
|
char szPrINT32[BUFFCOUNT + 50] = {0};
|
||||||
sprintf(szPrINT32, "[TW_PLUGIN] %s \n", buff); // wsprintfA
|
sprintf(szPrINT32, "[DPS_PLUGIN] %s \n", buff); // wsprintfA
|
||||||
printf(szPrINT32);
|
printf(szPrINT32);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue