]> git.sur5r.net Git - i3/i3/commit
Return in child parsing as soon as the match was made. 1591/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Thu, 26 Mar 2015 18:27:28 +0000 (19:27 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Fri, 27 Mar 2015 08:26:29 +0000 (09:26 +0100)
commit6adc7e8bfbdd6c6b646bd893eb6439090e697cf5
treef43f87483d0e4b26215947d5700f1faff230ec26
parentad31b13cb66f65431189f0ade323b9634cc26e8c
Return in child parsing as soon as the match was made.

As soon as we found the current key for which the value should be handled we can return
from the function to save some string comparisons.
i3bar/src/child.c