Silence printf(DEH_String(...)) warnings, by providing a DEH_printf function that...
commit5ea3246c181f333d1ec775a00f5de383a95be83f
authorSimon Howard <fraggle@gmail.com>
Sat, 1 May 2010 21:20:30 +0000 (1 21:20 +0000)
committerSimon Howard <fraggle@gmail.com>
Sat, 1 May 2010 21:20:30 +0000 (1 21:20 +0000)
treec3d1e4294bad29805b0799097099ca35f9e2b542
parented2d37ba905187362652d406d1495c5fa1d109e2
Silence printf(DEH_String(...)) warnings, by providing a DEH_printf function that checks the format string is a valid replacement.  Also add DEH_fprintf and DEH_snprintf functions to use throughout the code to do similar checking.

git-svn-id: https://chocolate-doom.svn.sourceforge.net/svnroot/chocolate-doom/trunk/chocolate-doom@1927 ee5ca603-980d-0410-972c-a23fc50d79fe
12 files changed:
src/am_map.c
src/d_main.c
src/d_net.c
src/deh_main.h
src/deh_text.c
src/f_finale.c
src/hu_stuff.c
src/m_menu.c
src/p_saveg.c
src/p_setup.c
src/st_stuff.c
src/wi_stuff.c