--- client/transfer.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/transfer.c b/client/transfer.c index 85139ac..b6994d1 100644 --- a/client/transfer.c +++ b/client/transfer.c @@ -143,7 +143,7 @@ static void obc_transfer_abort(struct obc_transfer *transfer) if (callback) { GError *err; - err = g_error_new(OBEX_IO_ERROR, -ECANCELED, + err = g_error_new(OBEX_IO_ERROR, -ECANCELED, "%s", strerror(ECANCELED)); callback->func(transfer, transfer->transferred, err, callback->data); -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html