(no commit message)
authorNils Durner <durner@gnunet.org>
Sat, 3 Oct 2009 16:11:22 +0000 (16:11 +0000)
committerNils Durner <durner@gnunet.org>
Sat, 3 Oct 2009 16:11:22 +0000 (16:11 +0000)
src/util/disk.c

index 3b63bf48f1fce59138956fa483a76dc73b6aac08..a3d5db097fe2dc91d27e4fe41d8dc2dd4b1bcff9 100644 (file)
@@ -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;