Fix potential problems with non-literal printf arguments. 20111010030502/pspp 20111011030502/pspp 20111012030502/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 9 Oct 2011 14:42:56 +0000 (16:42 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 9 Oct 2011 14:42:56 +0000 (16:42 +0200)
In a few places we were passing a constructed string to a printf-like
function as its format argument.  This could have been problematic if
the constructed string had contained a % (for example due to that
character occuring in a variable label).  This change avoids those
situations.


No differences found