diff --git a/src/scratchpad/src/org/apache/poi/hsmf/datatypes/DirectoryChunk.java b/src/scratchpad/src/org/apache/poi/hsmf/datatypes/DirectoryChunk.java index 647be0c25b..156c6f2602 100644 --- a/src/scratchpad/src/org/apache/poi/hsmf/datatypes/DirectoryChunk.java +++ b/src/scratchpad/src/org/apache/poi/hsmf/datatypes/DirectoryChunk.java @@ -53,7 +53,7 @@ public class DirectoryChunk extends Chunk { * object to process it with. */ public MAPIMessage getAsEmbededMessage() throws IOException { - return new MAPIMessage(dir, dir.getFileSystem()); + return new MAPIMessage(dir); } @Override