[INTERPRETER]
* BUG: Html$() works correctly again. git-svn-id: svn://localhost/gambas/trunk@4744 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
e95ebcae24
commit
be04525e53
1 changed files with 2 additions and 0 deletions
|
@ -963,6 +963,8 @@ __HTML:
|
|||
STRING_make_char(c);
|
||||
}
|
||||
|
||||
goto __END;
|
||||
|
||||
__BASE64:
|
||||
{
|
||||
static const char base64[]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
||||
|
|
Loading…
Reference in a new issue