From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a02:3f2c:: with SMTP id d44-v6mr21660093jaa.60.1537244330632; Mon, 17 Sep 2018 21:18:50 -0700 (PDT) X-Received: by 2002:a9d:4a3c:: with SMTP id h57-v6mr211195otf.1.1537244330492; Mon, 17 Sep 2018 21:18:50 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder3.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!x188-v6no12448ite.0!news-out.google.com!c63-v6ni39ith.0!nntp.google.com!x188-v6no12446ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 17 Sep 2018 21:18:50 -0700 (PDT) In-Reply-To: <5b291dba-a78b-4188-8658-f5fd3578ec54@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=121.45.194.120; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 121.45.194.120 References: <5b291dba-a78b-4188-8658-f5fd3578ec54@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Interface To C Struct That Includes An Array From: Roger Injection-Date: Tue, 18 Sep 2018 04:18:50 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54357 Date: 2018-09-17T21:18:50-07:00 List-Id: I've decided that the problem is not with this output data itself but most probably the result of incorrectly formatted input data to the routine generating it. (Garbage In -> Garbage Out!) I'm now investigating the input data. Thanks for the interaction which has helped me to think through the problem more clearly.