tweaks: again use memory on the stack instead of malloc() and free()
Also, don't bother copying the found bracket -- just compare it in situ and thus elide a variable.
Showing
+3 -13
Please register or sign in to comment
Also, don't bother copying the found bracket -- just compare it in situ and thus elide a variable.