Re: [PATCH] bug in Befunge interpreter

2002-08-19 Thread Jeff
Jerome Quelin wrote: > > Sorry guys, I was putting the blame on you when trying to load a file not > properly newline-terminated, but it was *all my fault*. > Here's the patch. Applied, thanks. -- Jeff <[EMAIL PROTECTED]>

[PATCH] bug in Befunge interpreter

2002-08-19 Thread Jerome Quelin
Sorry guys, I was putting the blame on you when trying to load a file not properly newline-terminated, but it was *all my fault*. Here's the patch. Jerome -- [EMAIL PROTECTED] diff -urbN parrot.orig/languages/Befunge-93/README parrot/languages/Befunge-93/README --- parrot.orig/languages/Befung