From: Nils Durner Date: Sat, 3 Oct 2009 16:11:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~23410 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=093bc80e069f5489aca887307569e404a5edd8ee;p=oweals%2Fgnunet.git --- 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;