ifpps: Use strtoul() to convert unsigned value
commit116420b953d605297dba1827e71ff8eafc99a765
authorTobias Klauser <tklauser@distanz.ch>
Mon, 27 May 2013 15:54:26 +0000 (27 17:54 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 27 May 2013 15:54:26 +0000 (27 17:54 +0200)
treea7da93cf749f49c81108ff80651d52193ec9562f
parent658e32a974aa180f32c920af29f4d293daba7492
ifpps: Use strtoul() to convert unsigned value

The refresh interval can only be positive and is stored in an uint64_t,
so use strtoul() to convert it.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c