From owner-freebsd-questions@FreeBSD.ORG Tue Jun 18 14:01:03 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3367D38D for ; Tue, 18 Jun 2013 14:01:03 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-ve0-x234.google.com (mail-ve0-x234.google.com [IPv6:2607:f8b0:400c:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id E42E11B47 for ; Tue, 18 Jun 2013 14:01:02 +0000 (UTC) Received: by mail-ve0-f180.google.com with SMTP id pa12so3126851veb.39 for ; Tue, 18 Jun 2013 07:01:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=oj3pSuWe6qlg/HKHTGUlASfrrhzacqVpLb1lANaAJDw=; b=OzpDWI10ahxrVdTfLafEyNrPdVxQ3sRCYsc8o0MkAiA5z8DR0eKnYHyU04kCZvR/6U q5iiXKXnQx8pW0OMp6WPJ+5oY+JcTfNIel6MIl+puo56LT6UCTfRSu0ixkTMLx1zS/AU p13axS9rOQ6GdgjDyXSGMFSk99UTQNBM4I2/IqrOAKi0BLT3FuPp0+/w0fh1izoatgra /pNN0m2VRZhYBTe0aqOqygp7laqfpQ5rSAed6Ay8A3xqgf6yJvmuIpz/p2h/1GDhiydL xf7nFLDD4DIVJtNQH9gCuWgE+KYYpQhWaH9Xo+aPccymzg3XmBX1tbSvY4BL6mPfwosp 6a0g== MIME-Version: 1.0 X-Received: by 10.58.127.202 with SMTP id ni10mr6146268veb.27.1371564061893; Tue, 18 Jun 2013 07:01:01 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.220.105 with HTTP; Tue, 18 Jun 2013 07:01:01 -0700 (PDT) In-Reply-To: <51C044FF.6030902@fletchermoorland.co.uk> References: <51BF4CF2.4060403@FreeBSD.org> <51BF6622.7050209@FreeBSD.org> <51C044FF.6030902@fletchermoorland.co.uk> Date: Tue, 18 Jun 2013 07:01:01 -0700 X-Google-Sender-Auth: yG1i9FlohI1mn7f48oYWiXl0Mpo Message-ID: Subject: Re: Any BASIC Gurus around? From: Chris Maness To: Paul Wootton , "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 14:01:03 -0000 On Tue, Jun 18, 2013 at 4:31 AM, Paul Wootton < paul-freebsd@fletchermoorland.co.uk> wrote: > On 06/17/13 20:40, Greg Larkin wrote: > >> Hi Chris, >> >> I prepared a new patch that incorporates my fixes, yours and >> Michael's. I found the coredump - multiple missing right parens on >> line 1170. Then I ran into another problem on line 430 and made an >> educated guess with the fix. >> >> The new patch is here, and you'll need to apply it to the original >> version of the program: >> http://people.freebsd.org/~**glarkin/diffs/prog.bas.2.diff >> >> Hope that works, >> Greg >> > > Hi Chris and Greg, > > I have gone through the code and found a load more differences. I dont > know if the sun and moon positions are correct though > As a side note, the the first page of code on the PDF page number 5 is > different from the PDF page number 34. I have used page numbers 34 -> 38 as > my code reference. > > I have a patch file at http://www.caspersworld.co.uk/**FreeBSD/basic.diff > > HTH > Paul > > > Paul, which version did you patch for? It doesn't seem to be the latest or the original. If you want to post the whole file. I can figure out if you are missing any of the other contributions out there. I think there were a total of three patches before yours. Thanks, Paul Chris Maness