aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk_publish-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-dialog.c b/src/fs/gnunet-fs-gtk_publish-dialog.c
index 57cc865b..490f0c31 100644
--- a/src/fs/gnunet-fs-gtk_publish-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-dialog.c
@@ -1120,7 +1120,7 @@ add_item (struct AddDirClientContext *adcc,
1120 struct stat sbuf; 1120 struct stat sbuf;
1121 uint64_t fsize; 1121 uint64_t fsize;
1122 1122
1123 if (0 != stat (item->filename, 1123 if (0 != STAT (item->filename,
1124 &sbuf)) 1124 &sbuf))
1125 { 1125 {
1126 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "stat", item->filename); 1126 GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "stat", item->filename);