| I want to have all files named normally, and without a 4 bit md5 appended to
it. Currently the user-defined build structure is specified as so;
%h%p/%n%q.%t
... which generates the short name with the %q tag
However, after changing it to
%h%p/%n.%t
Files still get generated with the 4 bits appended to them, why is this and
how do i prevent it? | |