- To: <netcdfgroup@xxxxxxxxxxxxxxxx>
- Subject: Re: ncgen c-test trouble
- From: "alexander chupeev" <chupeev@xxxxxx>
- Date: Fri, 1 Apr 2005 22:52:50 +0600
Thank you very much for your replies, I understood what's going wrong. Here is my notes: There is assertion failure when I run test targets for ncgen utility. This assertion localized in file ncgen/genlib.c, lines 1116 and 1200, isprint() call: assert((c+1)<=256). As compared with previous version 3.5.1, the only difference is conversion of argument type to (unsigned char) before call. This is nothing more then just suppress the assertion.
- References:
- ncgen c-test trouble
- From: alexander chupeev
- ncgen c-test trouble