search for: newwhere

Displaying 1 result from an estimated 1 matches for "newwhere".

2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
...ot; 88: %04x\n", regs.eax.w[0]); } return err; $ diff -u setup.c.old setup.c --- setup.c.old 2009-09-12 22:05:37.000000000 +0200 +++ setup.c 2009-09-13 00:39:53.000000000 +0200 @@ -325,8 +325,9 @@ continue; /* Can't fit both old and new */ newwhere = (gzwhere - size) & ~(UNZIP_ALIGN - 1); - printf("Moving compressed data from 0x%08x to 0x%08x\n", - where, newwhere); + if (!quiet) + printf("Moving compressed data from 0x%08x to 0x%08x\n", + where, newwhere);...