Files
wagic/projects/mtg
jean.chalard 0a083f4385 J :
* Fixes for compilation on 64-bit architectures :
  string position-returning functions return size_t, not uint.
  Fix that.
* Fixes warnings with new gcc about non-fixed string AND no arguments.

NOTE : 64-bit architectures still do not compile. There are 2 different places
where printf is used with a specifier that is not large enough on 64-bit because
size_t is now a ulong and not a uint. The solution on GNU systems is the %zu
specifier, but as I'm not sure it is supported on windows I don't want to
introduce a huge hard-to-notice bug, so I'll do it at a time when I got a
windowser to back me up.
2010-01-25 09:58:30 +00:00
..
2010-01-25 03:13:25 +00:00
2009-11-29 06:45:50 +00:00
2009-11-04 13:33:21 +00:00
J :
2010-01-25 09:58:30 +00:00
J :
2010-01-25 09:58:30 +00:00
2009-11-01 02:52:41 +00:00
2010-01-17 12:05:40 +00:00
2008-11-02 09:50:16 +00:00
2009-10-24 01:42:37 +00:00
J :
2009-11-08 02:55:14 +00:00
2010-01-17 12:05:40 +00:00