Work in progress

This commit is contained in:
John Wellbelove 2023-09-11 11:15:49 +01:00 committed by John Wellbelove
parent bfa5f391fb
commit ae31d581e2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -388,3 +388,4 @@ support/time remaining test.xlsx
test/vs2022/Debug MSVC C++20 - Force C++03
test/vs2022/Release MSVC C++20 - No STL - Optimised -O2 - Sanitiser
test/test_file_list.txt
test/reflog.txt

View File

@ -146,7 +146,7 @@ namespace etl
private:
unsigned value;
unsigned char value;
};
//***********************************************************************