On Tue, 2006-12-12 at 12:04 +0100, Dirk Meyer wrote:
> > else:
> > - r = "%.8X-%.4X-%.4X-%.2X%.2X-%s" % guid
> > - log.debug("unknown: %s [%d]" % (r, objsize))
> > + u = "%.8X-%.4X-%.4X-%.2X%.2X-%s" % guid
> > + log.debug("unknown: %s [%d]" % (u, objsize))
>
> Am I blind? Where is a fix?
Not blind, just not enough context in the patch. r is the return value
for this function, and it is a 2-tuple, with the second element being
the size of the header. This catch-all else modifies r to be a string
for debug output purposes, and the function then returns this string,
instead of the 2-tuple, which is assigned earlier in the function.
Jason.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog