]> git.decadent.org.uk Git - dak.git/commitdiff
temp_filename
authorJoerg Jaspert <joerg@debian.org>
Fri, 23 Jan 2009 23:06:54 +0000 (00:06 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 23 Jan 2009 23:06:54 +0000 (00:06 +0100)
stop using mktemp and use mkstemp. Also use the functions with all their
features, like setting prefix, instead of trying to do that ourself.
Yikes, one-liner now, could remove the function alltogether and instead
use mkstemp directly, but *maybe* we want to get more code into here,
so lets keep it for now.

Signed-off-by: Joerg Jaspert <joerg@debian.org>

No differences found