added "invalid code page ~s" to set of messages considered valid
argument-type-check error messages, for Windows multibyte->string and string->multibyte. primvars.ms original commit: 725aebe160a4aa0458c4bf46ee82faa4ffcdbbb8
This commit is contained in:
parent
7d145e37a8
commit
570934f327
4
LOG
4
LOG
|
@ -1752,3 +1752,7 @@
|
|||
configure
|
||||
- fixed declaration of condition wait (timeout -> maybe-timeout)
|
||||
primdata.ms
|
||||
- added "invalid code page ~s" to set of messages considered valid
|
||||
argument-type-check error messages, for Windows multibyte->string
|
||||
and string->multibyte.
|
||||
primvars.ms
|
||||
|
|
|
@ -623,7 +623,8 @@
|
|||
"~s is not between 2 and 36"
|
||||
"invalid palette ~s"
|
||||
"bit argument ~s is not 0 or 1"
|
||||
"unrecognized type ~s")))
|
||||
"unrecognized type ~s"
|
||||
"invalid code page ~s")))
|
||||
(equal? (condition-irritants c) (list bad)))
|
||||
(and (or (member (condition-message c)
|
||||
'("~s is not a valid index for ~s"
|
||||
|
|
Loading…
Reference in New Issue
Block a user