Skip to content
Commit 29a21818 authored by Kevin Ottens's avatar Kevin Ottens
Browse files

Fix crash for lists having first item starting with '['

This one was found by the almighty dfaure, I managed to verify it using
a unit test, and applied the same fix than him. We simply crashed
because of a call to .last() on an empty list when we got a list
starting with "([".

CCMAIL: dfaure@kde.org
parent ae375c0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment