Skip to content

Changes

Started by upstream project gerrit-libosmo-abis #499
Started 23 hr ago
Queued 1 min 20 sec

Summary

  1. lapd-over-datagram-user: fix printf format for timeval fields (details)
Commit 14ec8c0e834b6bdefae33c69b86ee4c0f680d4e7 by dtv.comp
lapd-over-datagram-user: fix printf format for timeval fields

Use inttypes.h and PRI* macros when printing struct timeval
members. This avoids format string mismatches and makes the
example code portable across architectures where time_t /
suseconds_t may differ in size.

No functional change intended.

Change-Id: I7067eae1132c604aff3b37e5dff06fadb0759cb6
The file was modifieddoc/examples/lapd-over-datagram/lapd-over-datagram-user.c