radareorg / sdb

Simple and fast string based key-value database with support for arrays and json
https://www.radare.org/
MIT License
218 stars 62 forks source link

Merge the implementation of sdb_get_len() with sdb_const_get_len() #99

Closed dequis closed 8 years ago

dequis commented 8 years ago

Now sdb_get_len() is just a wrapper for sdb_const_get_len() that strdups the result.

Both functions looked almost the same, just a few changes that were in one function but not the other which are now merged.

dequis commented 8 years ago

(This is what I mentioned in https://github.com/radare/radare2/pull/5076)

radare commented 8 years ago

Thanks! i have updated the copy in r2