mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Continue ubreaking ``env LANG=ru_RU.KOI8-R ls -l''.
File names are in current locale as well.
This commit is contained in:
parent
284e2b82b2
commit
0d5beab5be
1 changed files with 2 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ printlong(const DISPLAY *dp)
|
|||
sp = p->fts_statp;
|
||||
name = getname(p->fts_name);
|
||||
if (name)
|
||||
xo_emit("{ke:name}", name);
|
||||
xo_emit("{ke:name/%hs}", name);
|
||||
if (f_inode)
|
||||
xo_emit("{:inode/%*ju} ",
|
||||
dp->s_inode, (uintmax_t)sp->st_ino);
|
||||
|
|
@ -214,7 +214,7 @@ printlong(const DISPLAY *dp)
|
|||
#endif
|
||||
|
||||
if (name) {
|
||||
xo_emit("{dk:name}", name);
|
||||
xo_emit("{dk:name/%hs}", name);
|
||||
free(name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue