Jon Griffiths a écrit :
> Hi,
>
> Subject says it all.
>   
>
+            dbg_printf("%s", val_int ? "true" : "false");
what about the simpler:
+            dbg_printf(val_int ? "true" : "false");

A+


-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate 
the ingenuity of a complete idiot." (Douglas Adams)




Reply via email to