[Python-bugs-list] [ python-Bugs-496154 ] Typos in dynload_beos.c
noreply@sourceforge.net
noreply@sourceforge.net
Sun, 23 Dec 2001 05:57:28 -0800
Bugs item #496154, was opened at 2001-12-22 11:47
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=496154&group_id=5470
Category: Build
>Group: Python 2.2.1 candidate
Status: Open
Resolution: None
Priority: 5
Submitted By: Mark Perrego (mperrego)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typos in dynload_beos.c
Initial Comment:
There are two typos in dynload_beos.c:
Line 210 : PyOs_snprintf should be PyOS_snprintf (capital "S")
Line 237 : PyOS_snprintf( buff, sizeof(buf) should be
PyOS_snprintf( buff, sizeof(buff) (two "f"s)
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=496154&group_id=5470