trafgen: Use strtoul() instead of strtol() for unsigned long
commite7c6de80086ee33a20176669a70050c036db0d2f
authorTobias Klauser <tklauser@distanz.ch>
Wed, 30 Apr 2014 08:42:29 +0000 (30 10:42 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 30 Apr 2014 08:42:29 +0000 (30 10:42 +0200)
tree6807a15c9d7b9081fa58a9bcb3894726b756a698
parent025dc005c366f4df67651df61f282f1e8a301463
trafgen: Use strtoul() instead of strtol() for unsigned long

If setting an unsigned long variable, use strtoul() instead of strtol().

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