Opened 11 years ago
Last modified 11 years ago
#81 new defect
Check and fix all custom BSL commands
Reported by: | Christian | Owned by: | Christian |
---|---|---|---|
Priority: | minor | Component: | Daodan/Win |
Keywords: | Cc: |
Description
Especially optional argument handling seems to be broken. numargs always gives the number of expected arguments, left out arguments have to be detected by checking
args[i].type == sl_str32 && strlen(args[i].val.value_str32) == 0
I.e. empty arguments are given as empty strings.
There might also be other errors too.
Note:
See TracTickets
for help on using tickets.
Hint from Loser: