Changed an int into a short
This commit is contained in:
parent
44fda8e7d0
commit
e6a017827e
1 changed files with 1 additions and 1 deletions
2
h/arch.h
2
h/arch.h
|
@ -15,7 +15,7 @@ struct ar_hdr {
|
|||
long ar_date;
|
||||
char ar_uid;
|
||||
char ar_gid;
|
||||
int ar_mode;
|
||||
short ar_mode;
|
||||
long ar_size;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue