chiark / gitweb /
Don't call set_best before setting m and n.
authorSimon Tatham <anakin@pobox.com>
Tue, 11 Mar 2014 00:54:31 +0000 (00:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 11 Mar 2014 00:54:31 +0000 (00:54 +0000)
commit0418506e9f67ca705d53cc70d9a29d2cc8dccb40
tree88823ecf03cf2561c8f443be8d88b12b85510cd2
parentf0e7957c6c67d3b18cb1b52756f97891d93b1e3b
Don't call set_best before setting m and n.

Fixes obvious goof if you run 'main 12 7 -b 2.9' - you get an
immediate termination quoting n_max_frags and m_max_frags as -1.
main.c