Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mk/complete-tcsh'
[gitweb.git]
/
wrapper.c
diff --git
a/wrapper.c
b/wrapper.c
index 7cbe96a0cc5b60296d8ab28e7debb0220614b804..bac59d2c41bae7441038b30728c696b6280f4c2d 100644
(file)
--- a/
wrapper.c
+++ b/
wrapper.c
@@
-229,7
+229,7
@@
int xmkstemp(char *template)
int saved_errno = errno;
const char *nonrelative_template;
- if (
!template[0]
)
+ if (
strlen(template) != strlen(origtemplate)
)
template = origtemplate;
nonrelative_template = absolute_path(template);