Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2022-04-07 17:32:59 +0300
committerShmuel Zeigerman <solomuz0@gmail.com>2022-04-07 17:32:59 +0300
commit17bc66a755ed3fd6327478f12c2ee13fad3a83a4 (patch)
treea8937fc4995b73a761ba637d99e60d47b364f9a4 /far2l/src/mix
parent59eb2e74c4cbe07a3274d6090505aab9f3bebfec (diff)
Fix the C9 custom column
Diffstat (limited to 'far2l/src/mix')
-rw-r--r--far2l/src/mix/panelmix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/far2l/src/mix/panelmix.cpp b/far2l/src/mix/panelmix.cpp
index 5394e2a5..31e6881e 100644
--- a/far2l/src/mix/panelmix.cpp
+++ b/far2l/src/mix/panelmix.cpp
@@ -48,7 +48,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "lang.hpp"
#include "datetime.hpp"
-int ColumnTypeWidth[]={0, 6, 6, 8, 5, 14, 14, 14, 14, 10, 0, 0, 3, 3, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
+int ColumnTypeWidth[]={0, 6, 6, 8, 5, 14, 14, 14, 14, 10, 0, 0, 3, 3, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
static const wchar_t *ColumnSymbol[]={L"N",L"S",L"P",L"D",L"T",L"DM",L"DC",L"DA",L"DE",L"A",L"Z",L"O",L"U",L"LN",L"F",L"G",L"C0",L"C1",L"C2",L"C3",L"C4",L"C5",L"C6",L"C7",L"C8",L"C9"};