Fix CompoundKey's fromString to decode the components

Since we encoded each component in toString we must also perform
our own decode in fromString, otherwise the values may not decode
correctly as there is an extra level of encoding left in the
input string.

Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed