]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/tftp.c: fix warning: pointer targets differ in signedness
authorWolfgang Denk <wd@denx.de>
Mon, 10 Aug 2009 07:59:10 +0000 (09:59 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 10 Aug 2009 07:59:10 +0000 (09:59 +0200)
commitd371708a1beda0f529756e614af785b30461379e
tree23a68600ef9bea63a8d8b40040042db5ad3985d6
parent3ed9e943fdfe51174b23989d48563b8c1b7d2ea8
net/tftp.c: fix warning: pointer targets differ in signedness

tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen'
differ in signedness

This was only visible for the utx8245 board which seems to have DEBUG
enabled.

Signed-off-by: Wolfgang Denk <wd@denx.de>
net/tftp.c