dtfile: Remove define MULTIBYTE which is always on for CDE

This commit is contained in:
Peter Howkins
2018-06-25 01:24:31 +01:00
parent 115c1a25d8
commit bcb6aa9fa9
4 changed files with 1 additions and 34 deletions

View File

@@ -3612,10 +3612,8 @@ GetLongName(
{
#define ELLIPSIS " (...) "
#define NAME_PRECISION 28
#ifdef MULTIBYTE
if (! is_multibyte)
{
#endif
int len = strlen( file_data->file_name );
if( len > NAME_PRECISION )
{
@@ -3647,7 +3645,6 @@ GetLongName(
user_name, group_name,
link_path );
}
#ifdef MULTIBYTE
} else {
/* MULTIBYTE
*
@@ -3710,7 +3707,6 @@ GetLongName(
user_name, group_name,
link_path );
} /* is_multibyte */
#endif /* MULTIBYTE */
}
return (long_name);