We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UTIL_dtosX
1 parent 5bbba22 commit 895dabcCopy full SHA for 895dabc
regamedll/dlls/util.cpp
@@ -772,28 +772,28 @@ void UTIL_SayTextAll(const char *pText, CBaseEntity *pEntity)
772
773
char *UTIL_dtos1(int d)
774
{
775
- static char buf[8];
+ static char buf[12];
776
Q_sprintf(buf, "%d", d);
777
return buf;
778
}
779
780
char *UTIL_dtos2(int d)
781
782
783
784
785
786
787
NOXREF char *UTIL_dtos3(int d)
788
789
790
791
792
793
794
NOXREF char *UTIL_dtos4(int d)
795
796
797
798
799
0 commit comments