Commit d44f9157 authored by Nils Goroll's avatar Nils Goroll

fix debug after clode cleanup

During code restructuring earlier in
77e9559d I overlooked that VTIM_real()
may not be declared where debug output is used
parent b1d32508
#ifdef DEBUG
#include <stdio.h>
#include "vtim.h"
#define Debug(fmt, ...) printf(fmt, __VA_ARGS__)
#define VSLdbgv(req, fmt, ...) \
do { \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment