This commit is contained in:
Igor Pavlov
2015-10-05 00:00:00 +00:00
committed by Kornel Lesiński
parent f6444c3256
commit 6543c28020
113 changed files with 3101 additions and 382 deletions

View File

@@ -1,5 +1,5 @@
/* 7zArcIn.c -- 7z Input functions
2015-05-16 : Igor Pavlov : Public domain */
2015-09-28 : Igor Pavlov : Public domain */
#include "Precomp.h"
@@ -1295,7 +1295,7 @@ static SRes SzReadHeader2(
{
SKIP_DATA(sd, size);
}
else switch((unsigned)type)
else switch ((unsigned)type)
{
case k7zIdName:
{