aboutsummaryrefslogtreecommitdiff
path: root/tecundo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tecundo.c')
-rw-r--r--tecundo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tecundo.c b/tecundo.c
index 9dd5feb..84ab874 100644
--- a/tecundo.c
+++ b/tecundo.c
@@ -99,7 +99,7 @@ register struct cmd_token *ct;
hbp = buff_qfind(ut->iarg1,0);
if(hbp == NULL){
sprintf(tmp_message,"?Cannot find Q-register <%c>",
- ut->iarg1);
+ (char)ut->iarg1);
error_message(tmp_message);
return(FAIL);
}/* End IF */