From 00222e41ab28681ca57611c25932ac9be1c85705 Mon Sep 17 00:00:00 2001 From: uz Date: Thu, 3 Jun 2010 20:26:33 +0000 Subject: [PATCH] Fixed a comment regarding errno/oserror. git-svn-id: svn://svn.cc65.org/cc65/trunk@4691 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/common/fread.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/common/fread.s b/libsrc/common/fread.s index 1a5434420..8e065ff0b 100644 --- a/libsrc/common/fread.s +++ b/libsrc/common/fread.s @@ -115,7 +115,7 @@ pha -; Copy the buffer pointer into ptr1, and increment the pointer value passed +; Copy the buffer pointer into ptr1, and increment the pointer value passed ; to read() by one, so read() starts to store data at buf+1. ldy #0 @@ -160,8 +160,8 @@ cmp #$FF bne @L8 -; Error in read. Set the stream error flag and bail out. _oserror and/or -; errno are already set by read(). On entry to label @L7, X must be zero. +; Error in read. Set the stream error flag and bail out. errno has already +; been set by read(). On entry to label @L7, X must be zero. inx ; X = 0 lda #_FERROR -- 2.39.5