Differences From Artifact [981ef56829]:
- File kitsh/buildsrc/kitsh-0.0/cvfs_data.c — part of check-in [93d7e1f87e] at 2014-11-23 02:31:57 on branch trunk — Added obsfucated CVFS support (user: rkeene, size: 7294) [annotate] [blame] [check-ins using]
To Artifact [010e908a77]:
- File kitsh/buildsrc/kitsh-0.0/cvfs_data.c — part of check-in [284eae926e] at 2014-11-23 20:02:18 on branch trunk — Updated to free old data (not thread safe, but also not used at the moment) and minor cleanups for CVFS obsfucation (user: rkeene, size: 7246) [annotate] [blame] [check-ins using] [more...]
︙ | |||
162 163 164 165 166 167 168 | 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | - + | if (finfo == NULL) { Tcl_SetResult(interp, "No such file or directory", TCL_STATIC); return(TCL_ERROR); } |
︙ |