Fix size of field.
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Thu, 13 Jun 2013 11:14:02 +0000 (08:14 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Thu, 13 Jun 2013 11:14:02 +0000 (08:14 -0300)
commita6fbe2b4cc6332ebf3caf71c5bac2b73c1af9088
tree14b6b852fc290a787d6b5913c5a34a4b961314ad
parent34d938d18bb1c391b9506b9aedf1ce58532765c5
Fix size of field.

tam_dados_val_chave is, in fact, only 4 bytes long. Due to a known bug
in the decoder used during reverse engineering, the value of
tam_dados_val was appended to the value of tam_dados_val_chave, since
the two keys have the same prefix.
doc/FORMATO
rnet_encode.c