[maemo-commits] [maemo-commits] r15934 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Sep 1 15:31:28 EEST 2008
- Previous message: [maemo-commits] r15933 - projects/haf/tags/hildon-fm/1_2.0.7/hildon-fm
- Next message: [maemo-commits] r15935 - projects/connectivity/bluez-debian/tags
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)
- Previous message: [maemo-commits] r15933 - projects/haf/tags/hildon-fm/1_2.0.7/hildon-fm
- Next message: [maemo-commits] r15935 - projects/connectivity/bluez-debian/tags
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]