More string pool use
git-svn-id: svn://svn.cc65.org/cc65/trunk@2198 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -175,7 +175,7 @@ const char* GetSourceFileName (const ObjData* O, unsigned Index)
|
||||
PRECONDITION (Index < O->FileCount);
|
||||
|
||||
/* Return the name */
|
||||
return O->Files[Index]->Name;
|
||||
return GetString (O->Files[Index]->Name);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user