s4:heimdal: import lorikeet-heimdal-201011102149 (commit 5734d03c20e104c8f45533d07f2a...
[sfrench/samba-autobuild/.git] / source4 / heimdal / lib / asn1 / gen_decode.c
index 5a24339c4274c949ff43200d8329ca52d708e958..002a471e96e7dc33c8e012e0cf1b144625eb6883 100644 (file)
@@ -143,10 +143,10 @@ find_tag (const Type *t,
     case TType:
        if ((t->symbol->stype == Stype && t->symbol->type == NULL)
            || t->symbol->stype == SUndefined) {
-           lex_err_message("%s is imported or still undefined, "
-                         " can't generate tag checking data in CHOICE "
-                         "without this information",
-                         t->symbol->name);
+           lex_error_message("%s is imported or still undefined, "
+                             " can't generate tag checking data in CHOICE "
+                             "without this information",
+                             t->symbol->name);
            exit(1);
        }
        find_tag(t->symbol->type, cl, ty, tag);