Commit Graph

2 Commits

Author SHA1 Message Date
Jeffrey Altman
91a9a11b75 avoid use of vasnprintf in base/error.c
commit c94f299fc8 uses vasnprintf
which was previously removed from the libheimbase directory in
order to prevent a dependency on libroken.

Replace vasnprintf with snprintf and malloc to avoid the
dependency.

Change-Id: I029e7e6883406ca7311490a3dab4b65cad3ba70b
2011-09-26 01:53:25 -04:00
Love Hornquist Astrand
c94f299fc8 add heim_error_t 2011-09-25 19:03:23 +02:00