diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-06 20:27:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-06 20:27:51 (GMT) |
commit | b07c7ad8aea461d1e2e16c66029fbaa43d05d54c (patch) | |
tree | cae23b4cc33fa99ca8ec032d60cc38d1d41f4fbe /doc/FileSystem.3 | |
parent | c3c5a80a02a02427696394cb0ed1f8adeab1099d (diff) | |
download | tcl-b07c7ad8aea461d1e2e16c66029fbaa43d05d54c.zip tcl-b07c7ad8aea461d1e2e16c66029fbaa43d05d54c.tar.gz tcl-b07c7ad8aea461d1e2e16c66029fbaa43d05d54c.tar.bz2 |
Update Tcl_Filesystem documentation
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r-- | doc/FileSystem.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index 239ff0f..469af22 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -850,7 +850,7 @@ The \fBTcl_Filesystem\fR structure contains the following fields: .CS typedef struct Tcl_Filesystem { const char *\fItypeName\fR; - int \fIstructureLength\fR; + size_t \fIstructureLength\fR; Tcl_FSVersion \fIversion\fR; Tcl_FSPathInFilesystemProc *\fIpathInFilesystemProc\fR; Tcl_FSDupInternalRepProc *\fIdupInternalRepProc\fR; |