Check return value of write_tag()
commit9ae93e34a00bcc2e3f3a8c672443f5d5db177ce8
authorJiří Techet <techet@gmail.com>
Fri, 6 May 2016 19:08:24 +0000 (6 21:08 +0200)
committerJiří Techet <techet@gmail.com>
Fri, 6 May 2016 19:08:24 +0000 (6 21:08 +0200)
tree0447f1e6d7990bb446916baf285b6b9ca9ebf7c2
parent8c27ea1042e56cce7031545155a294cd4ff18cc8
Check return value of write_tag()

If we were strict, we should check every single fprintf() int write_tag()
but it's highly improbable that some of the middle fprintf()s fail and
the last one doesn't so the current implementation of write_tag() is
probably sufficient.
tagmanager/src/tm_source_file.c