(mh_code_builtin): Minor fix.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -620,6 +620,8 @@ mh_code_builtin (mh_builtin_t *bp, int argtype) | ... | @@ -620,6 +620,8 @@ mh_code_builtin (mh_builtin_t *bp, int argtype) |
620 | break; | 620 | break; |
621 | 621 | ||
622 | case mhtype_str: | 622 | case mhtype_str: |
623 | if (bp->optarg == MHA_OPT_CLEAR) | ||
624 | mh_code_string (""); | ||
623 | /* mhtype_none means that the argument was an escape, | 625 | /* mhtype_none means that the argument was an escape, |
624 | which has left its string value (if any) in the | 626 | which has left its string value (if any) in the |
625 | arg_str register. Therefore, there's no need to | 627 | arg_str register. Therefore, there's no need to | ... | ... |
-
Please register or sign in to post a comment