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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9aa60d7c8b3390c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.50.133 with SMTP id c5mr1416184pbo.2.1316688118831; Thu, 22 Sep 2011 03:41:58 -0700 (PDT) Path: lh7ni2485pbb.0!nntp.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 22 Sep 2011 05:41:56 -0500 Date: Thu, 22 Sep 2011 06:41:51 -0400 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: AdaTutor is not working because of wrong USERDATA.TXT References: <9e00kiF9tkU2@mid.individual.net> In-Reply-To: Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-CPrurFTbGtP7+d+7uBG2m/7j0WfMfcM7V1K4VzXeX4avDQvTIFHlBiJo52cWyWt3B83Gyec5FKsr9y9!WoGHejjYiwee1ruZmqqRMh4StAdiMg3K92uaeqF+XVSgarxO+I6f6jZ6MgMq2w4= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1460 Xref: news1.google.com comp.lang.ada:18090 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: 2011-09-22T06:41:51-04:00 List-Id: On 2011-09-22 02:01, Jeffrey Carter wrote: > This file has CR-LF line terminators. GNAT Ada.Text_IO on Linux expects > LF line terminators. Try converting the file to Linux format. > The program dos2unix does this, by the way. Thus $ dos2unix *.txt Peter