﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20365,[Patch] Fix getnumchmodfromh,Keruspe,dd32,"Currently, getnumchmodfromh is wrong

""-rwxrw-r--"" is currently translated to

""0421420400"" (which is correct),

but then, it's being translated to

0+4+2 1+4+2 0+4+0  and the last 0 is ignored -> 674

when it should be

0 4+2+1 4+2+0 4+0+0   -> 0764

The patch attached solves this issue",defect (bug),closed,normal,3.5,Filesystem,2.6,minor,fixed,has-patch commit,kurtpayne
