[file-roller] libarchive: print the link as well when debugging



commit 22cf3dd7be51f29a0b43e9212f5b2e3dcf0ba46a
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Wed Aug 17 15:40:49 2016 +0200

    libarchive: print the link as well when debugging

 src/fr-archive-libarchive.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/fr-archive-libarchive.c b/src/fr-archive-libarchive.c
index 1c04d0f..3ac1004 100644
--- a/src/fr-archive-libarchive.c
+++ b/src/fr-archive-libarchive.c
@@ -394,6 +394,7 @@ list_archive_thread (GSimpleAsyncResult *result,
                g_print ("\toriginal_path: %s\n", file_data->original_path);
                g_print ("\tname: %s\n", file_data->name);
                g_print ("\tpath: %s\n", file_data->path);
+               g_print ("\tlink: %s\n", file_data->link);
                */
 
                fr_archive_add_file (load_data->archive, file_data);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]