danielsh, gstein


Suggested
r35531

r35531 | hwright | 2009-01-28 17:36:16 -0600 (Wed, 28 Jan 2009)

Ensure we parse variable argument lists in the correct order.  We can't
count on the order of function argument evaluation, so to ensure proper
ordering, use some temporary variables.

Suggested by: danielsh, gstein

* subversion/libsvn_subr/sqlite.c
  (vbindf): Use a couple of temporary variables.