From e539497126bb60d76355299506ab1d06f2f4b590 Mon Sep 17 00:00:00 2001 From: Roland Heyder Date: Mon, 13 Jun 2022 02:15:25 +0200 Subject: [PATCH] Fix command templates This does fix the human readable syntax entries according to wiki issues #79 and #91. --- source/subs_functions/subs_functions.bas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/subs_functions/subs_functions.bas b/source/subs_functions/subs_functions.bas index 01550c4fd..e7a13e202 100644 --- a/source/subs_functions/subs_functions.bas +++ b/source/subs_functions/subs_functions.bas @@ -1084,7 +1084,7 @@ id.args = 2 id.arg = MKL$(LONGTYPE - ISPOINTER) + MKL$(LONGTYPE - ISPOINTER) id.specialformat = "?[,?]" id.ret = LONGTYPE - ISPOINTER -id.hr_syntax = "_COPYIMAGE[(imageHandle&[, mode])]" +id.hr_syntax = "_COPYIMAGE(imageHandle&[, mode])" regid 'IMAGE SELECTION @@ -1873,7 +1873,7 @@ id.callname = "sub__sndrawdone" id.args = 1 id.arg = MKL$(LONGTYPE - ISPOINTER) id.specialformat = "[?]" -id.hr_syntax = "_SNDRAWDONE" +id.hr_syntax = "_SNDRAWDONE [pipeHandle&]" regid clearid @@ -1892,7 +1892,7 @@ id.args = 1 id.arg = MKL$(LONGTYPE - ISPOINTER) id.specialformat = "[?]" id.ret = DOUBLETYPE - ISPOINTER -id.hr_syntax = "_SNDRAWLEN" +id.hr_syntax = "_SNDRAWLEN [pipeHandle&]" regid clearid