diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-29 12:26:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-29 12:26:28 (GMT) |
commit | 00b31d500c1d80fd3b2aec4ccac4c1338b69a2db (patch) | |
tree | fc0726dc919db2f8dae2d065f6d2f474ce5c2fc7 /generic/tclPathObj.c | |
parent | 2949668e0f108b7061d606d3f49ecf725835d8b3 (diff) | |
parent | b91af81bc4ee0138c07c96e938c4878e0a8c06d9 (diff) | |
download | tcl-00b31d500c1d80fd3b2aec4ccac4c1338b69a2db.zip tcl-00b31d500c1d80fd3b2aec4ccac4c1338b69a2db.tar.gz tcl-00b31d500c1d80fd3b2aec4ccac4c1338b69a2db.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclPathObj.c')
-rw-r--r-- | generic/tclPathObj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPathObj.c b/generic/tclPathObj.c index 4f4db81..3036896 100644 --- a/generic/tclPathObj.c +++ b/generic/tclPathObj.c @@ -90,7 +90,7 @@ typedef struct { * below. */ ClientData nativePathPtr; /* Native representation of this path, which * is filesystem dependent. */ - int filesystemEpoch; /* Used to ensure the path representation was + size_t filesystemEpoch; /* Used to ensure the path representation was * generated during the correct filesystem * epoch. The epoch changes when * filesystem-mounts are changed. */ |