dtcalc: Resolve "missing sentinel in function call [-Wformat]" warnings
authorPeter Howkins <flibble@users.sf.net>
Wed, 22 Aug 2012 09:44:33 +0000 (10:44 +0100)
committerPeter Howkins <flibble@users.sf.net>
Wed, 22 Aug 2012 09:44:33 +0000 (10:44 +0100)
commit7d5072168535968055260c7279b3f2404d4cd88e
tree77d7fd963e1e025457b1df29d03a3358960ce83f
parentf98d6f41d3e763d229b6630aa6130c5e6a474e7e
dtcalc: Resolve "missing sentinel in function call [-Wformat]" warnings

Caused by XtVaGetValues() and XtVaSetValues() variable arguments lists
needing to be terminated by NULL not 0.
cde/programs/dtcalc/ds_widget.c
cde/programs/dtcalc/motif.c