summaryrefslogtreecommitdiffstats
path: root/irc/unreal/files/patch-src__s_conf.c
blob: 64ace6cb2498a3bcadcb7390968867fc20368775 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./src/s_conf.c.orig	2013-11-24 20:24:26.000000000 +0100
+++ ./src/s_conf.c	2014-05-23 00:34:33.000000000 +0200
@@ -9832,7 +9832,7 @@
 	{
 		char *urlfile = url_getfilename(url);
 		char *file_basename = unreal_getfilename(urlfile);
-		char *tmp = unreal_mktemp("tmp", file_basename);
+		char *tmp = unreal_mktemp("%%RUNDIR%%/tmp", file);
 		free(urlfile);
 
 		if (cached)
OpenPOWER on IntegriCloud