summaryrefslogtreecommitdiffstats
path: root/win/tclWinError.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-05-27 10:14:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-05-27 10:14:21 (GMT)
commit35a21d3c687e7f7883d393c30df87820c1879e51 (patch)
tree7d7c17d8e654bdce47d465b5cfa89196682af8c5 /win/tclWinError.c
parenteff506b0846210f74d3905c974729e4e832f0fe0 (diff)
downloadtcl-35a21d3c687e7f7883d393c30df87820c1879e51.zip
tcl-35a21d3c687e7f7883d393c30df87820c1879e51.tar.gz
tcl-35a21d3c687e7f7883d393c30df87820c1879e51.tar.bz2
Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.)
Diffstat (limited to 'win/tclWinError.c')
-rw-r--r--win/tclWinError.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinError.c b/win/tclWinError.c
index 1bc66cd..e70e1c2 100644
--- a/win/tclWinError.c
+++ b/win/tclWinError.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinError.c,v 1.4 2000/09/06 22:37:24 hobbs Exp $
+ * RCS: @(#) $Id: tclWinError.c,v 1.5 2002/05/27 10:14:21 dkf Exp $
*/
#include "tclWinInt.h"
@@ -151,7 +151,7 @@ static char errorTable[] = {
ECHILD, /* ERROR_WAIT_NO_CHILDREN 128 */
ECHILD, /* ERROR_CHILD_NOT_COMPLETE 129 */
EBADF, /* ERROR_DIRECT_ACCESS_HANDLE 130 */
- EINVAL, /* 131 */
+ EINVAL, /* ERROR_NEGATIVE_SEEK 131 */
ESPIPE, /* ERROR_SEEK_ON_DEVICE 132 */
EINVAL, /* 133 */
EINVAL, /* 134 */