correctly if user had no permissions. (kuchler)
+2000-10-30 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * tkcon.tcl (dir): fixed bug where permissions wouldn't print
+ correctly if user had no permissions. (kuchler)
+
2000-10-18 Jeff Hobbs <hobbs@ajubasolutions.com>
* tkcon.tcl (::tkcon::NamespacesList): corrected to not use window
} else {
set mode [string index $st(type) 0]
}
- foreach j [split [format %o [expr {$st(mode)&0777}]] {}] {
+ foreach j [split [format %03o [expr {$st(mode)&0777}]] {}] {
append mode $s($j)
}
if {$st(mtime)>$old} {