Hi All,

Previously I had not worked with the projects in debug configuration.
Today I was working with that and discovered a bug.

Line 66 in main.c performs this test:
assert(parse_yearmonthday("2003-04-01") == 1049155200);

That requires parse_yearmonthday be exported from mixlib.dll. To fix it
I added the following to mixlib.def:

parse_yearmonthday              @122

Richard


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mixmaster-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixmaster-devel

Reply via email to