[bugfix] avoid name conflicts
This commit is contained in:
parent
42ff6d12b8
commit
e521ddbb40
2
dump.js
2
dump.js
|
@ -207,7 +207,7 @@ function dumpModule(name) {
|
|||
var modbase = modules[i].base;
|
||||
var modsize = modules[i].size;
|
||||
var newmodname = modules[i].name;
|
||||
var newmodpath = getDocumentDir() + "/" + newmodname;
|
||||
var newmodpath = getDocumentDir() + "/" + newmodname + ".fid";
|
||||
var oldmodpath = modules[i].path;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue