From 093bc80e069f5489aca887307569e404a5edd8ee Mon Sep 17 00:00:00 2001 From: Nils Durner Date: Sat, 3 Oct 2009 16:11:22 +0000 Subject: [PATCH] --- src/util/disk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/disk.c b/src/util/disk.c index 3b63bf48f..a3d5db097 100644 --- a/src/util/disk.c +++ b/src/util/disk.c @@ -230,13 +230,13 @@ int GNUNET_DISK_file_get_identifiers (const char *filename, /** * Create an (empty) temporary file on disk. * - * @param tmpl component to use for the name; + * @param t component to use for the name; * does NOT contain "XXXXXX" or "/tmp/". * @return NULL on error, otherwise name of fresh * file on disk in directory for temporary files */ char * -GNUNET_DISK_mktemp (const char *tmpl) +GNUNET_DISK_mktemp (const char *t) { const char *tmpdir; int fd; -- 2.25.1