[INTERPRETER]

* BUG: Html$() works correctly again.


git-svn-id: svn://localhost/gambas/trunk@4744 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2012-05-19 23:10:12 +00:00
parent e95ebcae24
commit be04525e53

View file

@ -963,6 +963,8 @@ __HTML:
STRING_make_char(c);
}
goto __END;
__BASE64:
{
static const char base64[]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";