mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-10150: fix typo
This commit is contained in:
@@ -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) {
|
||||
//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) {
|
||||
//printf("wRITE FAIL: %s\n", strerror(errno));
|
||||
|
||||
Reference in New Issue
Block a user