aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index a0e8647a1..ea3ae3e79 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -289,7 +289,7 @@ get_path_from_module_filename ()
289 GNUNET_assert (0); 289 GNUNET_assert (0);
290 290
291 upath = GNUNET_malloc (u8_string_length + 1); 291 upath = GNUNET_malloc (u8_string_length + 1);
292 memcpy (upath, u8_string, u8_string_length); 292 GNUNET_memcpy (upath, u8_string, u8_string_length);
293 upath[u8_string_length] = '\0'; 293 upath[u8_string_length] = '\0';
294 294
295 free (u8_string); 295 free (u8_string);