346c346 < return; // use zeros in array --- > return; // use zeros in array 367c367 < // look first for re-written file, then in compound format --- > norms.put(fi.name, new Norm(cfsDir.openFile(fileName), fi.number)); 368,369d367 < Directory d = directory().fileExists(fileName) ? directory() : cfsDir; < norms.put(fi.name, new Norm(d.openFile(fileName), fi.number));