Comment 2 for bug 875451

Revision history for this message
lykwydchykyn (me-alandmoore) wrote : Re: xword won't open puzzles

Changing line 314 from:

m = md5.new()

To:

m = md5()

Fixes the bug. Sorry, not sure how to actually submit a patch.