[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Fix file-creation-mode
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] Fix file-creation-mode |
Date: |
Tue, 1 Oct 2013 22:27:26 +0200 |
User-agent: |
Mutt/1.4.2.3i |
Hi all,
Here's another strange little bug found by the assertion patch.
I don't understand why (file-creation-mode) correctly returns the
old value, because the parens are mismatched.
This patch fixes that and ensures that #f is never passed to C_unfix,
which is why the paranoid CHICKEN caused the panic. I've also updated
the documentation so it mentions the fact that file-creation-mode's
argument is optional.
Cheers,
Peter
--
http://www.more-magic.net
0001-A-few-fixes-for-file-creation-mode.patch
Description: Text document
- [Chicken-hackers] [PATCH] Fix file-creation-mode,
Peter Bex <=