qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
76 stars 17 forks source link

Bug in hash-table int2key #418

Closed copybara-service[bot] closed 11 months ago

copybara-service[bot] commented 11 months ago

Bug in hash-table int2key

Returned the value and a boolean which is typically used as a flag to indicate the presence of a key in the hash table. Add values so it only returns the value and not the presence of the key.