projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f56d5d
)
use 'dirname' as error message for xdirname
author
z3bra
<willyatmailoodotorg>
Mon, 18 Jan 2016 10:31:36 +0000
(10:31 +0000)
committer
sin
<sin@2f30.org>
Mon, 18 Jan 2016 10:31:52 +0000
(10:31 +0000)
stagit.c
patch
|
blob
|
history
diff --git
a/stagit.c
b/stagit.c
index 3ab865e3f4d8b7eaa7a477b3bc72a1fcd70b8794..69f72d1ac4ce1347e2ffa2c260e3f07ec75562dd 100644
(file)
--- a/
stagit.c
+++ b/
stagit.c
@@
-154,7
+154,7
@@
xdirname(const char *path)
if (!(p = strdup(path)))
err(1, "strdup");
if (!(b = dirname(p)))
- err(1, "
base
name");
+ err(1, "
dir
name");
if (!(b = strdup(b)))
err(1, "strdup");
free(p);