Skip to content
Success

Changes

Summary

  1. Use %d instead of %i (details)
Commit 804d1b85b262f6c52f1fad0fcf1ff22240e717a9 by lynxis
Use %d instead of %i

%d and %i has the same meaning when used in format string for printf.
The linter will warn when using %i. %i was only added to provide
symmetry between scanf() and printf().

Change-Id: Icd5f5f9b0d2ed8fd82afa406787acb4bd95358bf
The file was modifiedtests/sndcp_xid/sndcp_xid_test.c
The file was modifiedtests/v42bis/v42bis_test.c
The file was modifiedtests/xid/xid_test.c
The file was modifiedsrc/sgsn/slhc.c
The file was modifiedtests/slhc/slhc_test.c
The file was modifiedsrc/sgsn/gprs_ranap.c