Ben Noordhuis
|
fd22d6abbf
|
Add #include, fixes 'implicit declaration of function' warnings.
|
2019-02-10 14:42:25 +03:00 |
|
Ben Noordhuis
|
b6ebec81cb
|
Fix warning: format not a string literal and no format arguments. Also: use vsnprintf(), not vsprintf() - that's a buffer overrun waiting to happen.
|
2019-02-10 14:15:34 +03:00 |
|
Ben Noordhuis
|
a265802dff
|
Fix warning: cast from pointer to integer of different size.
|
2019-02-10 14:09:43 +03:00 |
|
Ben Noordhuis
|
ca7fb9b9ed
|
Replace non-standard #include <malloc.h> with <stdlib.h>
|
2019-02-10 13:50:57 +03:00 |
|
Ben Noordhuis
|
9cfed859cf
|
Fix potential buffer overflow.
|
2019-02-10 13:42:03 +03:00 |
|
Garux
|
4485ebf780
|
apply mbspc changes
http://linradiant.intron-trans.hu/downloads/mbspc.tar.gz
cfgq3.c, gldraw.c, botlib\l_log.c are not used
|
2019-02-10 01:36:18 +03:00 |
|
Garux
|
a91a1c510f
|
add bspc sources from Q3A 1.32 release
|
2019-02-10 01:18:46 +03:00 |
|