mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Incrase SetVariantString string limit (#2359)
Some checks are pending
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Waiting to run
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Waiting to run
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Waiting to run
hl2sdk-mock tests / mock (push) Waiting to run
Some checks are pending
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Waiting to run
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Waiting to run
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Waiting to run
hl2sdk-mock tests / mock (push) Waiting to run
This commit is contained in:
parent
19dce02a9c
commit
063734607f
@ -34,7 +34,7 @@
|
||||
#include <datamap.h>
|
||||
|
||||
variant_t g_Variant_t;
|
||||
char g_Variant_str_Value[128];
|
||||
char g_Variant_str_Value[1024];
|
||||
|
||||
// copy this definition as the original file includes cbase.h which explodes in a shower of compile errors
|
||||
void variant_t::SetEntity( CBaseEntity *val )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user