Change fd_write to use fwrite instead of fputc
authorJonathan McDowell <noodles@earth.li>
Sat, 23 Apr 2011 23:05:44 +0000 (16:05 -0700)
committerJonathan McDowell <noodles@earth.li>
Sat, 23 Apr 2011 23:05:44 +0000 (16:05 -0700)
commitc5c516adbe4ddcf8d57e7f21317125422e0f6ed8
tree5e76b473c096dc84d37b0c666dc3445f6bdc99b3
parentf3143629476bae20f5310bbc0a59fe735b5d245d
Change fd_write to use fwrite instead of fputc

  I have no idea why I had a loop around fputc instead of just
  using fwrite.
sendsync.c