diff options
| author | Jason Rumney | 2002-11-27 23:48:33 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-11-27 23:48:33 +0000 |
| commit | 670773af778e8ecd853648bb990ba2d7c66472c7 (patch) | |
| tree | 1dbd880ffa7a7889f553e27bb37db916c41f05af | |
| parent | 1518d6e35b3a5e633d42cacdbe183e77e744be7d (diff) | |
| download | emacs-670773af778e8ecd853648bb990ba2d7c66472c7.tar.gz emacs-670773af778e8ecd853648bb990ba2d7c66472c7.zip | |
Doc fix
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3729,7 +3729,7 @@ sys_write (int fd, const void * buffer, unsigned int count) | |||
| 3729 | 3729 | ||
| 3730 | if (nchars == SOCKET_ERROR) | 3730 | if (nchars == SOCKET_ERROR) |
| 3731 | { | 3731 | { |
| 3732 | DebPrint(("sys_read.send failed with error %d on socket %ld\n", | 3732 | DebPrint(("sys_write.send failed with error %d on socket %ld\n", |
| 3733 | pfn_WSAGetLastError (), SOCK_HANDLE (fd))); | 3733 | pfn_WSAGetLastError (), SOCK_HANDLE (fd))); |
| 3734 | set_errno (); | 3734 | set_errno (); |
| 3735 | } | 3735 | } |