Author: sls Date: Mon Jan 19 22:18:03 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - debugging code fixed (displayed values, not addresses)
---- Files affected: SOURCES: partimage-fix_debug.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/partimage-fix_debug.patch diff -u /dev/null SOURCES/partimage-fix_debug.patch:1.1 --- /dev/null Mon Jan 19 23:18:04 2009 +++ SOURCES/partimage-fix_debug.patch Mon Jan 19 23:17:57 2009 @@ -0,0 +1,13 @@ +--- partimage-0.6.7/src/client/misc.cpp.orig 2009-01-15 23:02:06.646830497 +0100 ++++ partimage-0.6.7/src/client/misc.cpp 2009-01-15 23:23:39.058006022 +0100 +@@ -1922,8 +1922,8 @@ + } + *nPartNum = atoi(cTemp); + +- showDebug(9, "entry found: %s %d %d %d %d\n", szDevice, nMajor, nMinor, +- nBlocks, nPartNum); ++ showDebug(9, "entry found: %s %d %d %d %d\n", szDevice, *nMajor, *nMinor, ++ *nBlocks, *nPartNum); + + return cPtr; + } ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
