diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-10 21:21:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-10 21:21:39 (GMT) |
commit | ae2a5363a3d3f389ea5eb20f5ecadfa2c383e3d7 (patch) | |
tree | bff4adbbdbfab9d28a657f39ebc63798ea1290da /win/tclWinTest.c | |
parent | 5821819beb533be62fbc629b7b69b10d20670556 (diff) | |
parent | 67af6004fc9da2b948a387b7687239c164ca8a4f (diff) | |
download | tcl-ae2a5363a3d3f389ea5eb20f5ecadfa2c383e3d7.zip tcl-ae2a5363a3d3f389ea5eb20f5ecadfa2c383e3d7.tar.gz tcl-ae2a5363a3d3f389ea5eb20f5ecadfa2c383e3d7.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/tclWinTest.c')
-rw-r--r-- | win/tclWinTest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c index d78d5f1..5841509 100644 --- a/win/tclWinTest.c +++ b/win/tclWinTest.c @@ -411,7 +411,6 @@ TestExceptionCmd( /* SMASH! */ RaiseException(exceptions[cmd], EXCEPTION_NONCONTINUABLE, 0, NULL); - /* NOTREACHED */ return TCL_OK; } @@ -456,7 +455,7 @@ TestplatformChmod( * nativePath not found */ - if (attr == 0xffffffff) { + if (attr == 0xFFFFFFFF) { res = -1; goto done; } |