summaryrefslogtreecommitdiffstats
path: root/contrib/libxo/xo/xo.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libxo/xo/xo.c')
-rw-r--r--contrib/libxo/xo/xo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libxo/xo/xo.c b/contrib/libxo/xo/xo.c
index ce758af..e48d2f8 100644
--- a/contrib/libxo/xo/xo.c
+++ b/contrib/libxo/xo/xo.c
@@ -90,8 +90,8 @@ checkpoint (xo_handle_t *xop UNUSED, va_list vap UNUSED, int restore)
* with our command line arguments to build strings. This involves faking
* some printf-style logic.
*/
-static int
-formatter (xo_handle_t *xop, char *buf, int bufsiz,
+static xo_ssize_t
+formatter (xo_handle_t *xop, char *buf, xo_ssize_t bufsiz,
const char *fmt, va_list vap UNUSED)
{
int lflag UNUSED = 0; /* Parse long flag, though currently ignored */
OpenPOWER on IntegriCloud