Skip to content

Commit

Permalink
fixed handling of fputc
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Feb 16, 2014
1 parent 6cfe1a4 commit 1aa7d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcpip.cpp
Expand Up @@ -270,7 +270,7 @@ void tcpip::print_packet(const u_char *data, uint32_t length)
exit(1);

}
written += ret;
written += 1;
}
}
}
Expand Down

0 comments on commit 1aa7d8e

Please sign in to comment.