[maemo-commits] [maemo-commits] r15933 - projects/haf/tags/hildon-fm/1_2.0.7/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Sep 1 15:19:33 EEST 2008
- Previous message: [maemo-commits] r15932 - projects
- Next message: [maemo-commits] r15934 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: risun
Date: 2008-09-01 15:19:30 +0300 (Mon, 01 Sep 2008)
New Revision: 15933
Modified:
projects/haf/tags/hildon-fm/1_2.0.7/hildon-fm/hildon-file-system-settings.c
Log:
fix signness error
Modified: projects/haf/tags/hildon-fm/1_2.0.7/hildon-fm/hildon-file-system-settings.c
===================================================================
--- projects/haf/tags/hildon-fm/1_2.0.7/hildon-fm/hildon-file-system-settings.c 2008-09-01 10:13:16 UTC (rev 15932)
+++ projects/haf/tags/hildon-fm/1_2.0.7/hildon-fm/hildon-file-system-settings.c 2008-09-01 12:19:30 UTC (rev 15933)
@@ -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)
- Previous message: [maemo-commits] r15932 - projects
- Next message: [maemo-commits] r15934 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
