]> granicus.if.org Git - curl/commit
smtp.c: Fixed compilation warnings
authorSteve Holme <steve_holme@hotmail.com>
Fri, 12 Dec 2014 22:57:31 +0000 (22:57 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 12 Dec 2014 23:03:46 +0000 (23:03 +0000)
commit6291a16b201c6908dfdc2db1e26b750877e67146
tree8510850d67571beaa8304ed8132e9858dce52779
parent24b30d259caf2317bc38873b2f6ee20dd9682cc7
smtp.c: Fixed compilation warnings

smtp.c:2357 warning: adding 'size_t' (aka 'unsigned long') to a string
            does not append to the string
smtp.c:2375 warning: adding 'size_t' (aka 'unsigned long') to a string
            does not append to the string
smtp.c:2386 warning: adding 'size_t' (aka 'unsigned long') to a string
            does not append to the string

Used array index notation instead.
lib/smtp.c