nautilus r14073 - in branches/gnome-2-22: . libnautilus-private
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14073 - in branches/gnome-2-22: . libnautilus-private
- Date: Tue, 15 Apr 2008 10:46:05 +0100 (BST)
Author: cosimoc
Date: Tue Apr 15 10:46:05 2008
New Revision: 14073
URL: http://svn.gnome.org/viewvc/nautilus?rev=14073&view=rev
Log:
2008-04-15 Cosimo Cecchi <cosimoc gnome org>
* libnautilus-private/nautilus-file.c: (compare_by_time):
Initialize two vars to get rid of a warning with gcc 4.3.
Patch by PaweÅ Paprota. (#528081).
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/libnautilus-private/nautilus-file.c
Modified: branches/gnome-2-22/libnautilus-private/nautilus-file.c
==============================================================================
--- branches/gnome-2-22/libnautilus-private/nautilus-file.c (original)
+++ branches/gnome-2-22/libnautilus-private/nautilus-file.c Tue Apr 15 10:46:05 2008
@@ -2405,6 +2405,9 @@
Knowledge time_known_1, time_known_2;
time_t time_1, time_2;
+ time_1 = 0;
+ time_2 = 0;
+
time_known_1 = get_time (file_1, &time_1, type);
time_known_2 = get_time (file_2, &time_2, type);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]