summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cpio/makepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cpio/makepath.c')
-rw-r--r--gnu/usr.bin/cpio/makepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cpio/makepath.c b/gnu/usr.bin/cpio/makepath.c
index bdf6829..b9c09d7 100644
--- a/gnu/usr.bin/cpio/makepath.c
+++ b/gnu/usr.bin/cpio/makepath.c
@@ -145,7 +145,7 @@ make_path (argpath, mode, parent_mode, owner, group, verbose_fmt_string)
`+' from the name and create the directory. Later
we will "hide" the directory. */
if ( (*(slash +1) == '/') && (*(slash -1) == '+') )
- {
+ {
iscdf = 1;
*(slash -1) = '\0';
}
OpenPOWER on IntegriCloud