From 9b3409b28da9826004b75d597a6d6cbc0a461b34 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 17 Sep 2023 06:13:21 -0400 Subject: [PATCH] - update stats script --- src/d_anonstats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_anonstats.cpp b/src/d_anonstats.cpp index 2abe0ba2e..5c15d8cf0 100644 --- a/src/d_anonstats.cpp +++ b/src/d_anonstats.cpp @@ -303,7 +303,7 @@ void D_DoAnonStats() static char requeststring[1024]; - mysnprintf(requeststring, sizeof requeststring, "GET /stats_202109.py?render=%i&cores=%i&os=%i&glversion=%i&vendor=%s&model=%s HTTP/1.1\r\nHost: %s\r\nConnection: close\r\nUser-Agent: %s %s\r\n\r\n", + mysnprintf(requeststring, sizeof requeststring, "GET /stats_202309.py?render=%i&cores=%i&os=%i&glversion=%i&vendor=%s&model=%s HTTP/1.1\r\nHost: %s\r\nConnection: close\r\nUser-Agent: %s %s\r\n\r\n", GetRenderInfo(), GetCoreInfo(), GetOSVersion(), GetGLVersion(), URLencode(screen->vendorstring).GetChars(), URLencode(screen->DeviceName()).GetChars(), *anonstats_host, GAMENAME, VERSIONSTR); DPrintf(DMSG_NOTIFY, "Sending %s", requeststring); #if 1//ndef _DEBUG