fix a const warning

pevent_read_number() was declared w/o const, but
pevent_read_number_field was passing it a const
pointer.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
2 files changed