* Fix merge conflict issue.
This commit is contained in:
parent
014c151091
commit
55eb19acf8
1 changed files with 0 additions and 4 deletions
|
@ -588,10 +588,6 @@ void add(char *name, FILE* ar, FILE* dst, char *mess)
|
||||||
member.ar_mode = mode2ar(status.st_mode);
|
member.ar_mode = mode2ar(status.st_mode);
|
||||||
member.ar_date = status.st_mtime;
|
member.ar_date = status.st_mtime;
|
||||||
member.ar_size = status.st_size;
|
member.ar_size = status.st_size;
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> upstream/default
|
|
||||||
=======
|
|
||||||
>>>>>>> upstream/default
|
|
||||||
#ifdef DISTRIBUTION
|
#ifdef DISTRIBUTION
|
||||||
if (distr_fl)
|
if (distr_fl)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue