diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-01 21:14:17 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-01 21:14:17 +0000 |
commit | 432949612a8eead5074c74507900a129becfc414 (patch) | |
tree | a19a4822027259f45f70d55fbe97a707ad7a3622 | |
parent | a9f640f21de06cefd92dacda954a1001932dc4df (diff) | |
download | gnunet-gtk-432949612a8eead5074c74507900a129becfc414.tar.gz gnunet-gtk-432949612a8eead5074c74507900a129becfc414.zip |
-adding missing -1 terminator
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index 9ec2a806..db349c95 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -687,7 +687,7 @@ master_publish_edit_publish_dialog_cb (gpointer cls, int do_index, | |||
687 | 6, (guint64) bo->expiration_time.abs_value, | 687 | 6, (guint64) bo->expiration_time.abs_value, |
688 | 7, (guint) bo->replication_level, | 688 | 7, (guint) bo->replication_level, |
689 | -1); | 689 | -1); |
690 | gtk_tree_model_get (cbargs->tm, &cbargs->iter, 5, &fi); | 690 | gtk_tree_model_get (cbargs->tm, &cbargs->iter, 5, &fi, -1); |
691 | GNUNET_FS_file_information_set_filename (fi, short_fn); | 691 | GNUNET_FS_file_information_set_filename (fi, short_fn); |
692 | } | 692 | } |
693 | GNUNET_free (cbargs); | 693 | GNUNET_free (cbargs); |