]> source.dussan.org Git - tigervnc.git/commit
[Portability] Reimplement vsnprintf to be C89 compatible
authorAdam Tkac <atkac@redhat.com>
Wed, 3 Dec 2008 14:13:36 +0000 (14:13 +0000)
committerAdam Tkac <atkac@redhat.com>
Wed, 3 Dec 2008 14:13:36 +0000 (14:13 +0000)
commit241e9009710f205fb95273a9bed9684285a2ef0d
tree087a595ebd923bdf23968012e4ca105a067e24f0
parent8ace9157de31f768504d8b80ab49adcc88b25329
[Portability] Reimplement vsnprintf to be C89 compatible

Main problem is that C89 doesn't have va_copy macro thus you can't parse va_list
twice.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3289 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/os/print.c
common/os/print.h