Commit: c4201e8a49fce923acce53c36a7cfe4d07c0ed9b
Parent: ff7efed144758dfa57c7cb158d2c0906ebced8fe
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-01-06 21:20:58
Tree: ea83251589f4b8c9366dd2417b18de5ebc1dbbb5

core: Fix sscanf() format specification Also change the type of the "handle" variable so it is compatible with the "%hu" specification used for sprintf() on the same function. Fixes clang error: src/adapter.c:3550:24: error: format specifies type 'unsigned short' but the argument has type 'int' [-Werror,-Wformat]

Diffstat

M src/adapter.c | 12 ++++++- - - - - -

1 files changed, 6 insertions(+), 6 deletions(-)

View Full Diff | Patch