X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr.c;h=0366db90605953d56e2c45a1a08cb4c2d7e2e316;hb=c7faf05cbdcd2718c695c36b2d4b3793a61c70a7;hp=5c21f2fcb07cba2cf6f514d563ac5377ae1f5522;hpb=99268f722648e84bf5c54eb685a1434e100f38a1;p=yaz-moved-to-github.git diff --git a/odr/odr.c b/odr/odr.c index 5c21f2f..0366db9 100644 --- a/odr/odr.c +++ b/odr/odr.c @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: odr.c,v $ - * Revision 1.12 1995-05-16 08:50:49 quinn + * Revision 1.14 1995-06-19 12:38:46 quinn + * Added BER dumper. + * + * Revision 1.13 1995/05/22 11:32:02 quinn + * Fixing Interface to odr_null. + * + * Revision 1.12 1995/05/16 08:50:49 quinn * License, documentation, and memory fixes * * Revision 1.11 1995/05/15 11:56:08 quinn @@ -50,6 +56,8 @@ #include #include +Odr_null *ODR_NULLVAL = "NULL"; /* the presence of a null value */ + char *odr_errlist[] = { "No (unknown) error", @@ -61,7 +69,8 @@ char *odr_errlist[] = "Other error", "Protocol error", "Malformed data", - "Stack overflow" + "Stack overflow", + "Length of constructed type different from sum of members" }; void odr_perror(ODR o, char *message)