![]() |
|
Empty string crash (*solved*) - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: Empty string crash (*solved*) (/showthread.php?tid=486) |
Empty string crash (*solved*) - britlion - 2012-08-04 Compiler crashes if a sub is sent an empty string: Code: SUB stringtest (thing as string)Re: Empty string crash - boriel - 2012-08-04 britlion Wrote:Compiler crashes if a sub is sent an empty string:True, and fixed. Please, download the latest version, try it and tell me. Re: Empty string crash - britlion - 2012-08-05 That seems to fix it. What was the error? Re: Empty string crash - boriel - 2012-08-05 An error in the compiler, which wasn't checking in a string parameter was constant and zero-length
|