Added missing +x on ccache and protoc

Fixed annoying warning in dt_common.h
This commit is contained in:
AnAkIn1 2013-06-27 14:39:28 +02:00
parent 39ed87570b
commit bf18caa707
3 changed files with 1 additions and 1 deletions

0
mp/src/devtools/bin/linux/ccache Normal file → Executable file
View file

0
mp/src/gcsdk/bin/linux/protoc Normal file → Executable file
View file

View 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 );