]> git.sesse.net Git - vlc/commit
config: Rename strtoi() to vlc_strtoi()
authorKamil Rytarowski <n54@gmx.com>
Fri, 6 Feb 2015 11:16:05 +0000 (11:16 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 6 Feb 2015 11:35:26 +0000 (12:35 +0100)
commit4b1dbb7fa984c3390c9a68e00fa2fa7d1ad72b80
tree5084b570ef4fdf181f8caf48b7af5513a9dbd94f
parent41caaa08cde60c4fec4bf2e5f9610e2a1b9e6a23
config: Rename strtoi() to vlc_strtoi()

strtoi(3) is a function in the Standard C Library of NetBSD.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/config/file.c