gforth
[Top][All Lists]
Advanced

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

[gforth] typo in utf-8.fs


From: Marcos Cruz
Subject: [gforth] typo in utf-8.fs
Date: Fri, 8 Nov 2013 17:29:14 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

I found a little typo in the <utf-8.fs> file (in 0.7.0 and 0.7.2):

        : u8addrlen ( u8-addr u -- u )  drop

Although the code is clear, at first sight it seems the 'u'
parameter is returned back.

        : u8addrlen ( u8-addr u -- u1 )  drop

Marcos

-- 
http://programandala.net



reply via email to

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