write.c: fix more compiler warnings on MacOs
authorAndre <maan@p133.(none)>
Thu, 20 Apr 2006 18:02:00 +0000 (20:02 +0200)
committerAndre <maan@p133.(none)>
Thu, 20 Apr 2006 18:02:00 +0000 (20:02 +0200)
commit30d5fba186f71ab3d116f41ce894b73b4bf323e0
tree1ef7b34340813d27eb5f1285bf904ffb60372acb
parent5d506faba5e49d3fc7eecb5b7d80b515241871d4
write.c: fix more compiler warnings on MacOs

format '%d' expects type 'int', but argument 4 has type 'size_t'
pointer targets in passing argument 1 of 'read_stdin' differ in signedness
write.c