Re: [Quickfix-developers] Problem with 1.9.0
Brought to you by:
orenmnero
From: Caleb E. <cal...@gm...> - 2004-09-13 12:42:17
|
On Sat, 11 Sep 2004 11:17:04 -0500, Oren Miller <or...@qu...> wrote: > I think the problem may be that integer_to_string and > integer_to_string_padded are declared with the static modifier. Try > removing that and see if it helps. Indeed. They are "static inline", which makes almost no sense at all. -- Caleb Epstein cal...@gm... |