[Webkit-unassigned] [Bug 17531] Add interactive mode to testkjs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 9 10:02:38 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=17531
------- Comment #7 from cwzwarich at uwaterloo.ca 2008-06-09 10:02 PDT -------
(In reply to comment #5)
> (From update of attachment 21590 [edit])
> +static const char* interactivePrompt = "> ";
>
> This should be static const char[] or static const char* const. The declaration
> as-is asks for a non-const global pointing to a const string.
Thanks. I meant to make it a static const char[].
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list