aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-13 15:17:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-13 15:17:10 +0000
commitf7064551f579211600c4486803e0d31ae05c7061 (patch)
tree8dc5379c114dcfa2950b3ca503e3e6166f779cde /src/fs
parent3b0e481b024aba22e863a81b72a454d021946ced (diff)
downloadgnunet-gtk-f7064551f579211600c4486803e0d31ae05c7061.tar.gz
gnunet-gtk-f7064551f579211600c4486803e0d31ae05c7061.zip
rename record
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-fs-gtk_main-window-search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_main-window-search.c b/src/fs/gnunet-fs-gtk_main-window-search.c
index 976964ef..cf481166 100644
--- a/src/fs/gnunet-fs-gtk_main-window-search.c
+++ b/src/fs/gnunet-fs-gtk_main-window-search.c
@@ -555,7 +555,7 @@ lookup_finished (void *cls,
555 } 555 }
556 for (i=0;i<rd_count;i++) 556 for (i=0;i<rd_count;i++)
557 { 557 {
558 if (GNUNET_GNSRECORD_TYPE_PSEU == rd[i].record_type) 558 if (GNUNET_GNSRECORD_TYPE_NICK == rd[i].record_type)
559 { 559 {
560 nick = rd[i].data; 560 nick = rd[i].data;
561 if ('\0' != nick[rd[i].data_size - 1]) 561 if ('\0' != nick[rd[i].data_size - 1])
@@ -697,7 +697,7 @@ GNUNET_FS_GTK_save_button_clicked_cb (GtkButton * button,
697 lctx->lr = GNUNET_GNS_lookup (main_ctx->gns, 697 lctx->lr = GNUNET_GNS_lookup (main_ctx->gns,
698 GNUNET_GNS_MASTERZONE_STR, 698 GNUNET_GNS_MASTERZONE_STR,
699 &pkey, 699 &pkey,
700 GNUNET_GNSRECORD_TYPE_PSEU, 700 GNUNET_GNSRECORD_TYPE_NICK,
701 GNUNET_NO, 701 GNUNET_NO,
702 NULL, 702 NULL,
703 &lookup_finished, 703 &lookup_finished,