]> granicus.if.org Git - libnl/commit
Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_settings
authorКоренберг Марк (дома) <socketpair@gmail.com>
Wed, 29 Aug 2012 18:47:09 +0000 (00:47 +0600)
committerКоренберг Марк (дома) <socketpair@gmail.com>
Wed, 29 Aug 2012 21:19:04 +0000 (03:19 +0600)
commita2b23ffe458f7353eacb92cbe3dd29aa21dc195b
tree97d7f4320bfc2cc408376dca29f7a1e973164033
parent8cd2f5728a106931a1dd5ba96fb5a3d08da36362
Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_settings

Also, change internal variables type from uint32_t to unsigned int.
Correct scanf format string should contain "SCNx32" instead of just "x",
but I decide not to fix that and just changed variable type.
lib/utils.c