Differences From Artifact [8683a5cd47]:
- File lib/xvfs/xvfs.tcl — part of check-in [303b2de493] at 2019-05-02 13:58:44 on branch trunk — Moved header to template (user: rkeene, size: 4259) [annotate] [blame] [check-ins using]
To Artifact [5ab6120f9c]:
- File lib/xvfs/xvfs.tcl — part of check-in [e90770a5a7] at 2019-05-02 14:23:10 on branch trunk — Ensure correct casting (user: rkeene, size: 4277) [annotate] [blame] [check-ins using]
| ︙ | |||
80 81 82 83 84 85 86 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | - + |
}
}
puts "\t\{"
puts "\t\t.name = \"[sanitizeCString $outputFile]\","
puts "\t\t.type = $type,"
puts "\t\t.size = $size,"
|
| ︙ |