From 5afe50894b7214b796d734d9caf20ee574157b42 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 25 Aug 2009 13:57:56 -0400 Subject: grid1 compiles but gets stuck in JS --- src/c/urweb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/urweb.c') diff --git a/src/c/urweb.c b/src/c/urweb.c index 572d1658..068282f2 100644 --- a/src/c/urweb.c +++ b/src/c/urweb.c @@ -1235,7 +1235,7 @@ uw_Basis_string uw_Basis_jsifyString(uw_context ctx, uw_Basis_string s) { } strcpy(s2, "\""); - ctx->heap.front = s2 + 1; + ctx->heap.front = s2 + 2; return r; } -- cgit v1.2.3