]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_msgs: remove wrong cast
authorMarcel Raad <raad@teamviewer.com>
Mon, 8 May 2017 18:23:44 +0000 (20:23 +0200)
committerMarcel Raad <raad@teamviewer.com>
Mon, 8 May 2017 18:23:44 +0000 (20:23 +0200)
commitdc1a1b50557ed0cad427e0b5808a95459443ca41
tree85bbd37d1de40cc8a95baaba29e9f58143f101ff
parente076fdaf5bb7862670cf4e0e5d6ba5861dd3b6e9
tool_msgs: remove wrong cast

Commit 481e0de00a9003b9c5220b120e3fc302d9b0932d changed the variable
type from int to size_t, so don't cast the result of strlen to int
anymore.
src/tool_msgs.c