Diff between db4e3be989913799d1f4207be064a2d81e72b043 and 9857369dc8f4cf2c957e5b5d98f4bfc8b1275886
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/transfer.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/client/transfer.c b/obexd/client/transfer.c
index 85139ac..b6994d1 100644
--- a/obexd/client/transfer.c
+++ b/obexd/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);