]> git.pld-linux.org Git - packages/d1x.git/blame - d1x-types.patch
- tabs in preamble
[packages/d1x.git] / d1x-types.patch
CommitLineData
b13f0868
JB
1--- d1x/main/game.c.orig Sat Oct 28 11:31:08 2000
2+++ d1x/main/game.c Thu Aug 29 13:44:00 2002
3@@ -4677,7 +4677,7 @@
4 {
5 char *i;
6
7- mprintf((0, "Filling from %8x to %8x\n", start, end));
8+ mprintf((0, "Filling from %p to %p\n", start, end));
9
10 for (i=start; i<end; i++)
11 *i = value;
12@@ -4691,7 +4691,7 @@
13 for (i=start; i<end; i++)
14 if (*i != value) {
15 Int3(); // The nast triple aught six bug...we can smell it...contact Mike!
16- Error("Oops, the nasty triple aught six bug. Address == %8x\n", (int)i);
17+ Error("Oops, the nasty triple aught six bug. Address == %p\n", i);
18 }
19
20 }
This page took 0.077323 seconds and 4 git commands to generate.