K 10 svn:author V 6 eadler K 8 svn:date V 27 2018-03-03T11:12:09.376771Z K 7 svn:log V 251 MFC r325450: Fix cosmetic nit when printing out "override $mode" and "$owner/$group ..." The wrong index was being checked for == ' ' in the resulting stringified mode from strmode(3) -- it should have been the 11th value, not the 10th. PR: 76711 END