summaryrefslogtreecommitdiffstats
path: root/win/tclWinTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-22 21:16:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-22 21:16:21 (GMT)
commit833501b319ba92edcf69ebbecc27cd6b3dbdad0c (patch)
treebbb369c2ff78179bd7fc8b351272740bddf936ca /win/tclWinTest.c
parentaf7fa225c1d0ec592c7af29ead5922f45c1c15fb (diff)
downloadtcl-833501b319ba92edcf69ebbecc27cd6b3dbdad0c.zip
tcl-833501b319ba92edcf69ebbecc27cd6b3dbdad0c.tar.gz
tcl-833501b319ba92edcf69ebbecc27cd6b3dbdad0c.tar.bz2
Even more uppercase HEX representations in source-code
Diffstat (limited to 'win/tclWinTest.c')
-rw-r--r--win/tclWinTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinTest.c b/win/tclWinTest.c
index dd4d5ec..8525718 100644
--- a/win/tclWinTest.c
+++ b/win/tclWinTest.c
@@ -461,7 +461,7 @@ TestplatformChmod(
* nativePath not found
*/
- if (attr == 0xffffffff) {
+ if (attr == 0xFFFFFFFF) {
res = -1;
goto done;
}