Richard Heck wrote:
And oh by the way, can someone check this bit:

                        if (ch == '(') entryDelim = ')';
-                       else if (ch == '{') entryDelim = ')';
+                       else if (ch == '{') entryDelim = '}';
It had previous been: else if (ch = '{') entryDelim = ')'. That's not
related to the present issue, I don't think, but it surely must be a bug.

That looks weird indeed. Bernhard, could you comment please?

Abdel.

Reply via email to