mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-02-17 09:31:42 +00:00
Added missing +x on ccache and protoc
Fixed annoying warning in dt_common.h
This commit is contained in:
parent
39ed87570b
commit
bf18caa707
3 changed files with 1 additions and 1 deletions
0
mp/src/devtools/bin/linux/ccache
Normal file → Executable file
0
mp/src/devtools/bin/linux/ccache
Normal file → Executable file
0
mp/src/gcsdk/bin/linux/protoc
Normal file → Executable file
0
mp/src/gcsdk/bin/linux/protoc
Normal file → Executable file
|
@ -143,7 +143,7 @@ public:
|
|||
switch ( m_Type )
|
||||
{
|
||||
case DPT_Int :
|
||||
Q_snprintf( text, sizeof(text), "%i", m_Int );
|
||||
Q_snprintf( text, sizeof(text), "%li", m_Int );
|
||||
break;
|
||||
case DPT_Float :
|
||||
Q_snprintf( text, sizeof(text), "%.3f", m_Float );
|
||||
|
|
Loading…
Reference in a new issue