X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=exec.c;h=2957d4c5bf315431353a5d6d7d9c8aaa7528adbc;hb=c0eca32b92c2a255ec33e0911a28af3ce91e20d4;hp=7931486e411ab65b382755020c70a0e88eff1f3a;hpb=babdebee797f07a3478d7af532536b6f44b33046;p=xonotic%2Fgmqcc.git diff --git a/exec.c b/exec.c index 7931486..2957d4c 100644 --- a/exec.c +++ b/exec.c @@ -359,7 +359,7 @@ static void trace_print_global(qc_program *prog, unsigned int glob, int vtype) done: if (len < (int)sizeof(spaces)-1) { spaces[sizeof(spaces)-1-len] = 0; - printf(spaces); + file_puts(stdout, spaces); spaces[sizeof(spaces)-1-len] = ' '; } }