[maemo-commits] [maemo-commits] r15934 - projects/haf/branches/hildon-fm/fremantle/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 1 15:31:28 EEST 2008
Author: risun
Date: 2008-09-01 15:31:27 +0300 (Mon, 01 Sep 2008)
New Revision: 15934

Modified:
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-settings.c
Log:
fix signedness error

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-settings.c
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-settings.c	2008-09-01 12:19:30 UTC (rev 15933)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-settings.c	2008-09-01 12:31:27 UTC (rev 15934)
@@ -926,7 +926,7 @@
 hildon_file_system_write_user_settings (GKeyFile *keys)
 {
   GError *error = NULL;
-  gssize len;
+  gsize len;
   gchar *data = g_key_file_to_data (keys, &len, &error);
 
   if (error)


More information about the maemo-commits mailing list