diff options
author | Ladislav Zezula <zezula@volny.cz> | 2021-05-17 15:24:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 15:24:11 +0200 |
commit | 18e92b75928995dbd93be9a5774a62aa19042614 (patch) | |
tree | 75f88398ff1014d6e5cef83524dac00332e680f2 /test/StormTest.cpp | |
parent | a3332c7c9bc36f13aace6543ebc719f833882dfc (diff) | |
parent | 26b2f0e8b6e711aa05b67bf2466a715a063b2517 (diff) |
Merge pull request #225 from ladislav-zezula/AlignmentAware
Alignment aware
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r-- | test/StormTest.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 20d606e..5b32dc1 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4295,13 +4295,6 @@ int _tmain(int argc, TCHAR * argv[]) //
// Open all files from the command line
//
- /*
- SFILE_MARKERS Markers = { sizeof(SFILE_MARKERS) };
- Markers.dwSignature = 'XHSC';
- Markers.szHashTableKey = "(cash table)";
- Markers.szBlockTableKey = "(clock table)";
- SFileSetArchiveMarkers(&Markers);
- */
for(int i = 1; i < argc; i++)
{
|