Skip to content

Commit

Permalink
refs #272: removed unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed Apr 15, 2021
1 parent 16c2cb7 commit 8936c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extlib/kxnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static size_t Net_writeCallback(void *ptr, size_t size, size_t nmemb, void *user
if (is_bin) {
KX_NET_GET_BIN_BUFFER(bin, obj, "receivedbin");
char *p = (char *)ptr;
int i = 0, sz = bufsz;
int sz = bufsz;
while (sz--) {
*kv_pushp(uint8_t, bin->bin) = *p++;
}
Expand Down

0 comments on commit 8936c12

Please sign in to comment.