]> git.pld-linux.org Git - packages/d1x.git/blob - d1x-types.patch
- added fixc patch, pass LFLAGS - now builds on amd64
[packages/d1x.git] / d1x-types.patch
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.062061 seconds and 3 git commands to generate.