]> git.sur5r.net Git - cc65/commit
Fixed a problem: Removing duplicate file entries (entries with the same name)
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 8 Jun 2011 20:53:29 +0000 (20:53 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 8 Jun 2011 20:53:29 +0000 (20:53 +0000)
commit7c926ada702555ff5d356995e82e0e7676de0485
tree254821a603bf393ffe71bf76fe5973455259991d
parentc65292b78dd03a065c3665feb7f4365a76667c0f
Fixed a problem: Removing duplicate file entries (entries with the same name)
isn't allowed, since these entries may be referenced. Since we must be able to
handle duplicate names anyway (they may be old/new versions of one file), we
can also have duplicates in general. Cleanup the list using time stamps and
sizes before returning it to the caller.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5044 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/dbginfo/dbginfo.c