]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/getrange.c: getrange(): Add missing cast
authorAlejandro Colomar <alx@kernel.org>
Sat, 6 Jan 2024 23:31:01 +0000 (00:31 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Fri, 17 May 2024 13:40:03 +0000 (15:40 +0200)
commit29f135777e4b7591fa854d9cf69df76274794a01
treeaf88084d14c6b68d7c817243283d674260132db9
parent34f431f6074da9d2ae2d3f90d38542b75f5358ab
lib/getrange.c: getrange(): Add missing cast

isdigit(3) requires a cast if the argument is of type 'char'.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/getrange.c