strcpy(ASSETCHAINS_SYMBOL,"GTEST");

This commit is contained in:
jl777
2019-03-25 10:25:44 -11:00
parent 361c928fc8
commit 63ebb9d604

View File

@@ -2612,7 +2612,6 @@ static inline bool is_x64(void) {
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
uint64_t seed; FILE *fp = 0; int32_t i,j,c; char userpass[8192]; uint64_t seed; FILE *fp = 0; int32_t i,j,c; char userpass[8192];
strcpy(ASSETCHAINS_SYMBOL,"GTEST");
#ifdef _WIN32 #ifdef _WIN32
#ifdef _MSC_VER #ifdef _MSC_VER
printf("*** games for Windows [ Build %s ] ***\n", BUILD_DATE); printf("*** games for Windows [ Build %s ] ***\n", BUILD_DATE);
@@ -2640,7 +2639,8 @@ int main(int argc, char **argv)
} }
#endif #endif
#endif #endif
strcpy(ASSETCHAINS_SYMBOL,"GTEST");
GAMES_PORT = komodo_userpass(userpass,ASSETCHAINS_SYMBOL); GAMES_PORT = komodo_userpass(userpass,ASSETCHAINS_SYMBOL);
if ( IPADDRESS[0] == 0 ) if ( IPADDRESS[0] == 0 )
strcpy(IPADDRESS,"127.0.0.1"); strcpy(IPADDRESS,"127.0.0.1");