diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-25 13:02:38 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-25 13:02:38 +0200 |
commit | 8cf389aaf748c77aecda0b3a3773c45053b0f231 (patch) | |
tree | 91268879710d6ae2868e548d3f44c664a19443d8 /TXTParser.cpp | |
parent | da669db4f083194bc78358041c5d9929e103ac9f (diff) |
implement all ALGA features
Diffstat (limited to 'TXTParser.cpp')
-rw-r--r-- | TXTParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TXTParser.cpp b/TXTParser.cpp index 07ae62b..08c122c 100644 --- a/TXTParser.cpp +++ b/TXTParser.cpp @@ -121,7 +121,7 @@ static void parse_header_table(MuseumDeserializer & d, const std::string & heade col.push_back(c); } if (col.size() > 0) cols.push_back(col); - + if (cols.size() != 3) throw Exception("invalid header table row"); |