]> git.pond.sub.org Git - empserver/commitdiff
(sect_ca): Fix selector che.
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 24 Aug 2004 05:54:11 +0000 (05:54 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 24 Aug 2004 05:54:11 +0000 (05:54 +0000)
src/lib/global/nsc.c

index f81ce19dcc3fbe70fa26b9a8480310bb6d9d050f..26d5611ebe431bd07f61134d8dd256da7a03b9f8 100644 (file)
@@ -104,7 +104,7 @@ struct castr sect_ca[] = {
     {NSC_SHORT, NSC_DEITY, 0, fldoff(sctstr, sct_mines), "mines"},
     {NSC_USHORT, NSC_DEITY, 0, fldoff(sctstr, sct_pstage), "pstage"},
     {NSC_USHORT, NSC_DEITY, 0, fldoff(sctstr, sct_ptime), "ptime"},
-    {NSC_USHORT, NSC_DEITY, 0, fldoff(sctstr, sct_che), "che"},
+    {NSC_UCHAR, NSC_DEITY, 0, fldoff(sctstr, sct_che), "che"},
     {NSC_NATID, NSC_DEITY, 0, fldoff(sctstr, sct_che_target), "che_target"},
     {NSC_USHORT, 0, 0, fldoff(sctstr, sct_fallout), "fallout"},
     {NSC_TIME, 0, 0, fldoff(sctstr, sct_access), "access"},