- tag more functions with gnu format attribute
- fix format string bugs. still some left
This commit is contained in:
parent
c3a713832c
commit
8e82c3d605
17 changed files with 32 additions and 34 deletions
|
@ -726,7 +726,7 @@ intptr_t QDECL VM_Call( vm_t *vm, int callnum, ... ) {
|
|||
lastVM = vm;
|
||||
|
||||
if ( vm_debugLevel ) {
|
||||
Com_Printf( "VM_Call( %ld )\n", callnum );
|
||||
Com_Printf( "VM_Call( %d )\n", callnum );
|
||||
}
|
||||
|
||||
// if we have a dll loaded, call it directly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue