mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 02:02:01 +00:00
FS-10150: fix typo
This commit is contained in:
parent
83322661a5
commit
fde6afda4c
@ -1 +1 @@
|
|||||||
Fri Apr 21 15:42:59 CDT 2017
|
Mon Apr 24 12:31:01 CDT 2017
|
||||||
|
@ -482,7 +482,7 @@ ssize_t ws_raw_write(wsh_t *wsh, void *data, size_t bytes)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} while (--sanity > 0 && kws->block && wrote < bytes);
|
} while (--sanity > 0 && wsh->block && wrote < bytes);
|
||||||
|
|
||||||
//if (r<0) {
|
//if (r<0) {
|
||||||
//printf("wRITE FAIL: %s\n", strerror(errno));
|
//printf("wRITE FAIL: %s\n", strerror(errno));
|
||||||
|
@ -482,7 +482,7 @@ ssize_t ws_raw_write(wsh_t *wsh, void *data, size_t bytes)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} while (--sanity > 0 && kws->block && wrote < bytes);
|
} while (--sanity > 0 && wsh->block && wrote < bytes);
|
||||||
|
|
||||||
//if (r<0) {
|
//if (r<0) {
|
||||||
//printf("wRITE FAIL: %s\n", strerror(errno));
|
//printf("wRITE FAIL: %s\n", strerror(errno));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user