Skip to content
Snippets Groups Projects
Commit c0517664 authored by Sean-M's avatar Sean-M
Browse files

CPPtoJava Now implemented properly

parent d7f3d862
Branches
Tags
No related merge requests found
......@@ -392,7 +392,7 @@ protected static String getFsCData(FsContent fi) throws TskCoreException {
if (fi.isVirtual() && !fi.isDir()) {
prpnd = "v/";
}
return ("0|" + name + "|" + fi.metaAddr + "|" + prpnd + fi.getModesAsString() + "|" + fi.getUid() + "|0|" + fi.getSize() + "|" + fi.getAtime() + "|" + fi.getMtime() + "|" + fi.getCtime() + "|" + fi.getCrtime());
return ("0|" + name + "|" + fi.metaAddr + "|" + fi.getMetaTypeAsString() + "/" + fi.getModesAsString() + "|" + fi.getUid() + "|0|" + fi.getSize() + "|" + fi.getAtime() + "|" + fi.getMtime() + "|" + fi.getCtime() + "|" + fi.getCrtime());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment