Re: [cc65] Possible bug in cc65

From: Joseph Rose <rose.joseph121yahoo.com>
Date: 2012-03-27 14:50:04
The cputsxy() typo was in the original programming.  However, I fixed it in the original code along with my own rand() function, and now it works!  :)  Thank you.



________________________________
From: Greg King <greg.king4@verizon.net>
To: cc65@musoftware.de 
Sent: Monday, March 26, 2012 7:28 PM
Subject: Re: [cc65] Possible bug in cc65

From: "Joseph Rose"; on Monday, March 26, 2012; at 12:20 PM -0400
>
> 1. cputsxy() displays garbage text. I have the code here:
>
> ----------------------
> blot.c
> ----------------------
> ...
> ...
> cputcxy (0,24,"Press any key to continue...");
> //gotoxy (0,24); cputs ("Press any key to continue...");

That first function call actually puts a character instead of a string.

I noticed that typo in a previous message.  So now, I'm wonderring
whether it is in _only_ these EMail messages, or it is in the original
source code.

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Mar 27 14:50:14 2012

This archive was generated by hypermail 2.1.8 : 2012-03-27 14:50:17 CEST