empathy r1944 - trunk/libempathy



Author: xclaesse
Date: Tue Dec  2 18:54:20 2008
New Revision: 1944
URL: http://svn.gnome.org/viewvc/empathy?rev=1944&view=rev

Log:
Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.

Modified:
   trunk/libempathy/empathy-dispatcher.c

Modified: trunk/libempathy/empathy-dispatcher.c
==============================================================================
--- trunk/libempathy/empathy-dispatcher.c	(original)
+++ trunk/libempathy/empathy-dispatcher.c	Tue Dec  2 18:54:20 2008
@@ -1027,7 +1027,7 @@
 	filename = g_file_get_basename (request->gfile);
 	tp_connection_run_until_ready (connection, FALSE, NULL, NULL);
 
-	DEBUG ("Sending %s from a stream to %s (size %lli, content-type %s)",
+	DEBUG ("Sending %s from a stream to %s (size %"G_GINT64_FORMAT", content-type %s)",
 	       filename, empathy_contact_get_name (contact),
 	       g_file_info_get_size (info),
 	       g_file_info_get_content_type (info));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]