Fixed errors due to last sync.
This commit is contained in:
parent
8da4d20308
commit
fcf2b68e84
2 changed files with 2 additions and 2 deletions
|
|
@ -444,7 +444,7 @@ private:
|
|||
Delete(swig_input_content);
|
||||
fclose(swig_input);
|
||||
unique_id = NewString("");
|
||||
Printf(unique_id, "_%s_%08x%08x", package, hash.hi, hash.lo);
|
||||
Printf(unique_id, "_%s_%08x%08x", getModuleName(package), hash.hi, hash.lo);
|
||||
|
||||
// Open files.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue