From 8cf389aaf748c77aecda0b3a3773c45053b0f231 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 25 Oct 2024 13:02:38 +0200 Subject: implement all ALGA features --- TXTParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TXTParser.cpp') 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"); -- cgit v1.2.3