]> git.sur5r.net Git - bacula/docs/commit
kes Rework bmsg in ua_output to use va_copy() so that bvsnprintf()
authorKern Sibbald <kern@sibbald.com>
Wed, 29 Aug 2007 09:30:22 +0000 (09:30 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 29 Aug 2007 09:30:22 +0000 (09:30 +0000)
commit8ef7e2e51dc7cbda9ca934632043e3027e50f6e8
tree8063145941a344f9f00d57d7675634963d053e67
parentdd7fcf1228ae45508ba1089c7666fff38d8198cc
kes  Rework bmsg in ua_output to use va_copy() so that bvsnprintf()
     can be called multiple times.  Implement a version for machines
     without va_copy() that gets a big buffer.