FS-10150: fix typo

This commit is contained in:
Mike Jerris 2017-04-24 12:34:40 -05:00
parent 83322661a5
commit fde6afda4c
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
Fri Apr 21 15:42:59 CDT 2017 Mon Apr 24 12:31:01 CDT 2017

View File

@ -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));

View File

@ -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));