mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-16 19:32:07 +00:00
don't put xcoff importlib entry 0 into pef stringtable
This commit is contained in:
parent
809c9cd1a5
commit
3defbac788
@ -104,6 +104,9 @@ public:
|
||||
{
|
||||
std::string name = mem.empty() ? base : mem;
|
||||
|
||||
if(name.empty()) // skip initial empty entry
|
||||
return;
|
||||
|
||||
if(verboseFlag)
|
||||
std::cerr << "XCOFF name \"" << name << '"' << std::endl;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user