Skip to content

Commit

Permalink
Add back get_uinteger for boolean_type.
Browse files Browse the repository at this point in the history
This was removed in ed0b19b

Change-Id: I548ca955eda6e0b6991a0f6731cbbb3bf82e0e2b
Reviewed-on: https://code.wireshark.org/review/4620
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Stig Bjørlykke <stig@bjorlykke.org>
  • Loading branch information
stigbjorlykke committed Oct 12, 2014
1 parent 6e3a2b4 commit 1b65cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epan/ftypes/ftype-integer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ ftype_register_integers(void)
NULL, /* set_value_floating */

NULL, /* get_value */
NULL, /* get_value_uinteger */
get_uinteger, /* get_value_uinteger */
NULL, /* get_value_sinteger */
get_integer64, /* get_value_integer64 */
NULL, /* get_value_floating */
Expand Down

0 comments on commit 1b65cb6

Please sign in to comment.