From: Jochen H. <hoe...@gm...> - 2007-08-27 18:44:01
|
Hello Daniel, 2007/8/25, Daniel Ajoy <da...@gm...>: > > <FILE NAME="resources/${file}.pdf" SIZE="kbyte"> > > expands to the letter "f" I think this is a known problem, which is fixed in the CVS. The problem is that the external snprintf library that I used for compiling under windows does not know about floating points. In the CVS I switched to a different snprintf implementation. The problem only occurs under operating systems that do not provide their native snprintf method, e.g. with Win32+ MinGW. I can make a new version when I get access to a windows machine again :) Regards, Jochen |