Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix error message output
  • Loading branch information
perlpilot committed May 15, 2009
1 parent 8ff0e0a commit e374db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Signature.pir
Expand Up @@ -455,7 +455,7 @@ lexicals as needed and performing type checks.
not_junctional:
.local string errmsg
errmsg = 'Parameter type check failed; expected something matching '
$S0 = type.'perl'()
$S0 = type.'WHAT'()
concat errmsg, $S0
concat errmsg, ' but got something of type '
$S0 = orig.'WHAT'()
Expand Down

0 comments on commit e374db0

Please sign in to comment.