Description: Fix hexadecimal output to use 0x instead of ox (#637790)
Author: Moray Allan <moray@debian.org>
Last-Update: 2012-01-19
Index: xrestop-0.4/xrestop.c
===================================================================
--- xrestop-0.4.orig/xrestop.c	2012-03-21 00:08:28.933290136 +0000
+++ xrestop-0.4/xrestop.c	2012-03-21 00:08:34.549298944 +0000
@@ -587,8 +587,8 @@
       else
 	{
 	  printf("%i - %s ( PID:%s ):\n"
-		 "\tres_base      : ox%lx\n"
-		 "\tres_mask      : ox%lx\n"
+		 "\tres_base      : 0x%lx\n"
+		 "\tres_mask      : 0x%lx\n"
 		 "\twindows       : %d\n"
 		 "\tGCs           : %d\n"
 		 "\tfonts         : %d\n"
