commit | 3ccf94efd99db5763546750729b5a81e3b7bce19 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 17 21:12:16 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 17 21:14:20 2009 +0100 |
tree | d774150a0c9d382e7e2f802081503d5990ef35f9 | |
parent | 500b8f0349fb52678f5143c49f5a8be5c033a988 [diff] |
[BUG] second fix for the printf format warning Fix 500b8f0349fb52678f5143c49f5a8be5c033a988 fixed the patch for the 64 bit case but caused the opposite type issue to appear on 32 bit platforms. Cast the difference and be done with it since gcc does not agree on type carrying the difference between two pointers on 32 and 64 bit platforms.