libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit ea39819757f6888ed983d0c327286e6a7bac8523
parent 98852b955cacf792adc9a02682e3d23b5e6ee979
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Sat, 18 Dec 2021 18:54:51 +0100

Fix with paths for data storage

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msrc/gnunet_chat_util.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gnunet_chat_util.c b/src/gnunet_chat_util.c @@ -197,8 +197,9 @@ util_get_filename (const char *directory, return GNUNET_asprintf ( filename, - "%s%s%c%s", + "%s%c%s%c%s", directory, + DIR_SEPARATOR, subdir, DIR_SEPARATOR, GNUNET_h2s_full(hash)