diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-06-24 11:45:40 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-06-24 11:51:59 +0200 |
commit | 0ae85f6545b1d4a64836b0a3a5676a0bed9854d5 (patch) | |
tree | ec076c35f4770c1d9a1d9bd8df0b6b9bba1ba352 /src/blogc-github-lambda | |
parent | 6eacbbe17ea7a7f523240400821a911589486d25 (diff) | |
download | blogc-0ae85f6545b1d4a64836b0a3a5676a0bed9854d5.tar.gz blogc-0ae85f6545b1d4a64836b0a3a5676a0bed9854d5.tar.bz2 blogc-0ae85f6545b1d4a64836b0a3a5676a0bed9854d5.zip |
utils: trie: fixed bug in foreach implementation.
when looping through the tree, the algorithm would stop, if found a '\0'
in the key of the tree node. there should be no "child" field after a '\0',
but "next" fields may exist.
Diffstat (limited to 'src/blogc-github-lambda')
0 files changed, 0 insertions, 0 deletions