[gnome-utils] Fix typo in the last patch
- From: Paolo Borelli <pborelli src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-utils] Fix typo in the last patch
- Date: Mon, 29 Jun 2009 09:58:08 +0000 (UTC)
commit a4538f6a7de2caf7fc3462bca5aa41b02e12e6ce
Author: Paolo Borelli <porelli gnome org>
Date: Mon Jun 29 11:56:17 2009 +0200
Fix typo in the last patch
baobab/src/baobab-scan.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/baobab/src/baobab-scan.c b/baobab/src/baobab-scan.c
index 3c33352..625b2bd 100644
--- a/baobab/src/baobab-scan.c
+++ b/baobab/src/baobab-scan.c
@@ -102,7 +102,7 @@ baobab_hardlinks_array_add (BaobabHardLinkArray *a,
hl.device = g_file_info_get_attribute_uint32 (s,
G_FILE_ATTRIBUTE_UNIX_DEVICE);
- if (baobab_hardlinks_array_has (a, s))
+ if (baobab_hardlinks_array_has (a, &hl))
return FALSE;
g_array_append_val (a, hl);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]