i was off for a week...
Richard Heck wrote:
This turns out not to matter, as entryDelim must be a leftover from some
previous code: ...
this is correct indeed.
Bernhard
Richard
Abdelrazak Younes wrote:
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.