Do not use int value in a g_signal_emit when a long is expected

Philippe Rouquier bonfire-app at wanadoo.fr
Fri May 21 11:27:33 UTC 2010


---
diff --git a/libbrasero-burn/brasero-burn.c b/libbrasero-burn/brasero-burn.c
index e9b3973..34861a8 100644
--- a/libbrasero-burn/brasero-burn.c
+++ b/libbrasero-burn/brasero-burn.c
@@ -1349,7 +1349,7 @@ start:
 				       0,
 				       1.0,
 				       1.0,
-				       -1);
+				       -1L);
 		}
 		return BRASERO_BURN_OK;
 	}
--
cgit v0.8.3.1

--------------010600060808030206010704--






More information about the pkg-gnome-maintainers mailing list