OSDN Git Service

(none)
authorryuz <ryuz>
Wed, 30 Apr 2008 06:06:48 +0000 (06:06 +0000)
committerryuz <ryuz>
Wed, 30 Apr 2008 06:06:48 +0000 (06:06 +0000)
aplfw/application/utility/memtest/memtest_main.c

index bf6ef68..e8e3185 100755 (executable)
@@ -173,7 +173,7 @@ int MemTest_PatternTest(void *pAddrStart, void *pAddrEnd, unsigned long ulPatter
        {
                if ( *puwAddr != ulPattern )
                {
-                       StdIo_PrintFormat("NG (addr:%0x08lx)\n", (unsigned long)puwAddr);
+                       StdIo_PrintFormat("NG (addr:0x%08lx)\n", (unsigned long)puwAddr);
                        return 1;
                }
        }