Re: [cc65] bug...

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-09-30 16:43:38


Hi!

On Mon, Sep 29, 2003 at 02:54:04AM +0200, Groepaz wrote:
> probably related to the problem i had with my directory stuff before...
[...]
> this one is kindof a showstopper atm, many things affected by it :( its also
> why the progs from the testsuite that read a file as input dont work - fgetc
> is affected too :(

It's fixed. Here is the patch:

----------------------------------------------------------------------------
Index: stmt.c
===================================================================
RCS file: /usr/local/cvsroot/uz/c64/cc65/src/cc65/stmt.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -b -r1.37 -r1.38
278c278
<           TypeConversion (&Expr, k, F_GetReturnType (CurrentFunc));
---
>           k = TypeConversion (&Expr, k, F_GetReturnType (CurrentFunc));
----------------------------------------------------------------------------

Thanks again for the report!

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-09-30 16:45:16 CEST