gnome-keyring r1711 - in trunk: . egg
- From: stefw svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1711 - in trunk: . egg
- Date: Thu, 2 Apr 2009 04:16:49 +0000 (UTC)
Author: stefw
Date: Thu Apr 2 04:16:49 2009
New Revision: 1711
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1711&view=rev
Log:
Make function definitions match declarations for egg_asn1 time functions.
Fixes bug #576762
Modified:
trunk/ChangeLog
trunk/egg/egg-asn1.c
Modified: trunk/egg/egg-asn1.c
==============================================================================
--- trunk/egg/egg-asn1.c (original)
+++ trunk/egg/egg-asn1.c Thu Apr 2 04:16:49 2009
@@ -572,7 +572,7 @@
return result;
}
-time_t
+glong
egg_asn1_time_parse_utc (const gchar *time)
{
struct tm when;
@@ -690,7 +690,7 @@
return TRUE;
}
-time_t
+glong
egg_asn1_time_parse_general (const gchar *time)
{
struct tm when;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]