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 10.182.55.105 with SMTP id r9mr6143402obp.3.1429976764032; Sat, 25 Apr 2015 08:46:04 -0700 (PDT) X-Received: by 10.140.93.14 with SMTP id c14mr43372qge.42.1429976763924; Sat, 25 Apr 2015 08:46:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.213.216.MISMATCH!l13no9955113iga.0!news-out.google.com!k20ni1070qgd.0!nntp.google.com!z60no3676586qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 25 Apr 2015 08:46:03 -0700 (PDT) In-Reply-To: <85zj5wb9et.fsf@stephe-leake.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.240.246.10; posting-account=sDyr7QoAAAA7hiaifqt-gaKY2K7OZ8RQ NNTP-Posting-Host: 87.240.246.10 References: <47c7df1e-17c1-44cb-a455-43431f0d39cd@googlegroups.com> <85zj5wb9et.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4b14659e-8c26-4c0a-8945-a5289740e054@googlegroups.com> Subject: Re: Annoying behavior From: Laurent Injection-Date: Sat, 25 Apr 2015 15:46:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25623 Date: 2015-04-25T08:46:03-07:00 List-Id: On Saturday, April 25, 2015 at 3:54:38 PM UTC+2, Stephen Leake wrote: > You already solved this problem; uncomment the "Skip_Line" on line 157. > > SIR_Type_IO.Get does _not_ read the line end, so the next Get_Line on > line 87 will see it, returning a zero length string. > > -- > -- Stephe Well not sure if the fact that I had somehow been able to see that "Get" is choking on the line ending would have helped me. Sometimes I am quit blind combined with tunnel vision. Especially frustrating that I already had this error. Is there some text editor for Mac OS which shows more information about the text file? I am using BBEdit which makes at least the line breaks visible. Apples Texteditor isn't even able to save the file as txt, only rtf, doc... Thanks Laurent