chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] fix typo in _errno check in ##sys#custom-input


From: Evan Hanson
Subject: [Chicken-hackers] [PATCH] fix typo in _errno check in ##sys#custom-input-port
Date: Thu, 22 Mar 2012 22:53:36 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

A single-character fix for `##sys#custom-input-port`, where it was
checking the value of `errno` (the procedure) rather than `_errno` (the
actual errno) after a `C_read`.

Evan

Attachment: 0001-fix-typo-in-_errno-check-in-sys-custom-input-port.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]