Avoid escaping EOL for line continuation

Reported by:	kib
This commit is contained in:
Ed Maste 2015-04-09 15:08:39 +00:00
parent 51d4054eeb
commit 0f9b4b57c1

View File

@ -194,7 +194,7 @@ read_archive(struct bsdar *bsdar, char mode)
continue;
}
/* Basic path security flags. */
flags = ARCHIVE_EXTRACT_SECURE_SYMLINKS | \
flags = ARCHIVE_EXTRACT_SECURE_SYMLINKS |
ARCHIVE_EXTRACT_SECURE_NODOTDOT;
if (bsdar->options & AR_O)
flags |= ARCHIVE_EXTRACT_TIME;