commit | 56adcf2cc928180e8c201c74af66b674806d1f74 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 23 18:00:29 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 23 21:46:30 2012 +0100 |
tree | 74cd20c3ad8d93aa2459778cb5e22e8c6149c359 | |
parent | 466c9b515db7e21f8d2f29aafd768f8f2d50015a [diff] |
MINOR: tools: simplify the use of the int to ascii macros These macros (U2H, U2A, LIM2A, ...) have been used with an explicit index for the local storage variable, making it difficult to change log formats and causing a few issues from time to time. Let's have a single macro with a rotating index so that up to 10 conversions may be used in a single call.