[kaffe] Darwin 7 Not working?

Michael Franz mvfranz at gmail.com
Fri Dec 31 14:10:42 PST 2004


That fixed it!  Is this patch making it into CVS?


On Fri, 31 Dec 2004 11:10:09 +0100, Guilhem Lavaux <guilhem at kaffe.org> wrote:
> Michael Franz wrote:
> 
> >I can not find any patch attached to your email.
> >
> >
> >
> Ooops. Sorry, here it is.
> 
<snip>
> 
> Index: kaffe/kaffevm/external.c
> ===================================================================
> RCS file: /cvs/kaffe/kaffe/kaffe/kaffevm/external.c,v
> retrieving revision 1.76
> diff -u -r1.76 external.c
> --- kaffe/kaffevm/external.c    22 Dec 2004 00:22:03 -0000      1.76
> +++ kaffe/kaffevm/external.c    30 Dec 2004 14:41:29 -0000
> @@ -275,7 +275,7 @@
>                                                         "Unknown error",
>                                                         errsiz);
>                                 }
> -                               else if( (strstr(err, "ile not found") ||
> +                               else if( (strstr(err, " not found") ||
>                                           strstr(err, "annot open")) )
>                                 {
>                                  char *last_sep = strrchr (path, file_separator[0]);
> 
> 
>




More information about the kaffe mailing list