[brasero/wip/davidk/compiler-warnings: 5/6] Fix assignment typo
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero/wip/davidk/compiler-warnings: 5/6] Fix assignment typo
- Date: Tue, 19 Oct 2021 14:28:46 +0000 (UTC)
commit 604b7ba137625dab809fa6ff26f70a6bcf3614bf
Author: David King <amigadave amigadave com>
Date: Tue Oct 19 15:25:24 2021 +0100
Fix assignment typo
https://gitlab.gnome.org/GNOME/brasero/-/issues/332
libbrasero-burn/brasero-xfer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libbrasero-burn/brasero-xfer.c b/libbrasero-burn/brasero-xfer.c
index be449571..c0a53914 100644
--- a/libbrasero-burn/brasero-xfer.c
+++ b/libbrasero-burn/brasero-xfer.c
@@ -304,7 +304,7 @@ struct _BraseroXferThreadData
static gpointer
brasero_xfer_thread (gpointer callback_data)
{
- BraseroXferThreadData *data = data;
+ BraseroXferThreadData *data = callback_data;
GError *error = NULL;
data->result = brasero_xfer_start (data->ctx,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]