Skip to content
Success

Changes

Summary

  1. Use %d instead of %i (details)
Commit 8bfb399af775a56bc981f94b15e28728a1d7c554 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/slhc/slhc_test.c
The file was modifiedtests/xid/xid_test.c
The file was modifiedtests/v42bis/v42bis_test.c
The file was modifiedsrc/sgsn/gprs_ranap.c
The file was modifiedsrc/sgsn/slhc.c
The file was modifiedtests/sndcp_xid/sndcp_xid_test.c