Vladimir Oleynik pointed out that va_start() twice in the same function
authorRob Landley <rob@landley.net>
Fri, 15 Jun 2007 19:16:46 +0000 (15:16 -0400)
committerRob Landley <rob@landley.net>
Fri, 15 Jun 2007 19:16:46 +0000 (15:16 -0400)
commit0d8dfb2b905c374a65c2ca245bf588444aec5fff
tree3c87805af52fbf2056d59b2055c6d303b741743b
parent4307a7b07cec4ad8cbab47a29ba941f8cb041812
Vladimir Oleynik pointed out that va_start() twice in the same function
isn't portable (with ppc 4xx as an example of a platform it doesn't work
on).  This is why va_copy exists.
lib/lib.c