summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atari/ctxmenu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/atari/ctxmenu.c b/atari/ctxmenu.c
index 3125012b3..fb687b809 100644
--- a/atari/ctxmenu.c
+++ b/atari/ctxmenu.c
@@ -114,7 +114,10 @@ static struct s_context_info * get_context_info( struct gui_window * gw, short m
}
/***
- *
+ * Generates an unique filename for temp. files
+ * The generated filename includes the path.
+ * If TMPDIR environmenrt vairable is set, this will be used as path,
+ * otherwise U:\tmp\
* \param prefix
* \param sufffix
* \return pointer to static buffer owned by get_tmpfilename()