[rs-devel] [ retrostep-Bugs-553003 ] lsapi match() is case sensitive
Status: Beta
Brought to you by:
obada
From: <no...@so...> - 2002-05-06 21:11:25
|
Bugs item #553003, was opened at 2002-05-06 22:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438236&aid=553003&group_id=44038 Category: compatibility (compat) Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: lsapi match() is case sensitive Initial Comment: LSAPI function match() in Retrostep seems to be case sensitive, in opposite to Litestep's which is case insensitive. Code: match("*\OPERA.EXE", "c:\opera\opera.exe") will return false. Tested on build 0.0.5.10. ---------------------------------------------------------------------- >Comment By: Mudiaga Obada (obada) Date: 2002-05-06 23:11 Message: Logged In: YES user_id=223361 Has been modifed to be case insensitive. Will be in next release. Thanks. Took the code unmodifed from the public domain. The version used in litestep was modifed and I wasn't aware of that. (So much for stealing ls code - if public domain code wasn't taken from litestep source, why would other code from have been taken? - o well, there's no cure for stupidity) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=438236&aid=553003&group_id=44038 |