merge
This commit is contained in:
commit
cb25ae9fe6
1 changed files with 2 additions and 2 deletions
|
@ -667,7 +667,7 @@ crackdir(char *p, String **remname, int nlst)
|
|||
case Plan9:
|
||||
default:
|
||||
switch(n){
|
||||
case 8: /* ls -l */
|
||||
case 8: /* ls -lg */
|
||||
s = s_copy(field[7]);
|
||||
d.uid = field[2];
|
||||
d.gid = d.uid;
|
||||
|
@ -678,7 +678,7 @@ crackdir(char *p, String **remname, int nlst)
|
|||
else
|
||||
d.atime = cracktime(field[4], field[5], field[6], 0);
|
||||
break;
|
||||
case 9: /* ls -lg */
|
||||
case 9: /* ls -l */
|
||||
s = s_copy(field[8]);
|
||||
d.uid = field[2];
|
||||
d.gid = field[3];
|
||||
|
|
Loading…
Reference in a new issue