Andreas Färber wrote:
-static void obp_reboot(char *str) +void obp_putstr(char *str, int len) {
- PUSH((ucell)str);
PUSH(pointer2cell(str));
@@ -449,11 +448,16 @@ DPRINTF("obp_fortheval_v2(%s)\n", str); push_str(str); fword("eval");
}
Whitespace intentional?
Hi Andreas,
Have corrected both of these issues and committed - thanks for the review :)
ATB,
Mark.