freemyipod r689 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r688‎ | r689 | r690 >
Date:22:33, 31 March 2011
Author:farthen
Status:new
Tags:
Comment:
emcore tools: libemcore.py: very small cosmetic change
Modified paths:
  • /emcore/trunk/tools/libemcore.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/libemcore.py
@@ -391,7 +391,7 @@
392392 threadstruct.addr = structptr
393393 if threadstruct.name != 0:
394394 threadstruct.name = self.readstring(threadstruct.name)
395 - else: threadstruct.name = "[Thread %08X]" % structptr
 395+ else: threadstruct.name = "[Thread 0x%08X]" % structptr
396396 threadstruct.state = thread_state(threadstruct.state)
397397 if threadstruct.block_type == "THREAD_BLOCK_MUTEX":
398398 blocked_by_struct = mutex