chiark / gitweb /
terminal: suppress warning in subterm
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 18 Jul 2014 15:46:14 +0000 (17:46 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 18 Jul 2014 15:46:14 +0000 (17:46 +0200)
commiteccb01acfb327f1f6819c1f3851765049b156865
tree6af4e570a1f255dc9e76edcedb778b333f3b3c9d
parent86db5dfb6d334e583ea4161191754522ce850eed
terminal: suppress warning in subterm

Empty format-strings are just fine if format-functions do more than
printing. This is the case here, so suppress the "empty format-string"
warning by using "%s" with an empty argument.
src/libsystemd-terminal/subterm.c