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

SDB: In Soviet Russia, C has booleans ##refactor #235

Closed ratijas closed 3 years ago

ratijas commented 3 years ago

Detailed description

Change arguments type from int to bool. Those are internal static function, so no other code could possibly be affected. There are booleans all over the place in that file, so we are not losing any portability.

PS Editing raw *.patches to match new paths is a surprisingly valid technique.

Test plan

None

Closing issues

Originally (mistakenly) posted at: https://github.com/radareorg/radare2/pull/18120

trufae commented 3 years ago

thanks!