summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-10-07 01:48:18 +0100
committersin <sin@2f30.org>2014-10-07 01:48:18 +0100
commit5329d7c4589774fd8f712f19d98a049053b67f55 (patch)
tree0a99c03bbb893633718a9e7ef496db12ee609d5d /ratox.c
parentfb584f7676a14bc3889f48bdc4b95af3e84f1f37 (diff)
Send the actual message when initiating the friend request
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 9ad1566..74a2a41 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1468,7 +1468,7 @@ out:
}
str2id(buf, id);
- r = tox_add_friend(tox, id, (uint8_t *)buf, strlen(buf));
+ r = tox_add_friend(tox, id, (uint8_t *)msg, strlen(msg));
ftruncate(gslots[REQUEST].fd[ERR], 0);
lseek(gslots[REQUEST].fd[ERR], 0, SEEK_SET);