Standalone solvers were broken by my recent API changes.

[originally from svn r5800]
This commit is contained in:
Simon Tatham
2005-05-18 08:34:01 +00:00
parent 58eb0551d4
commit 1304e07d74
2 changed files with 4 additions and 2 deletions

3
solo.c
View File

@ -2145,7 +2145,8 @@ int main(int argc, char **argv)
}
*desc++ = '\0';
p = decode_params(id);
p = default_params();
decode_params(p, id);
err = validate_desc(p, desc);
if (err) {
fprintf(stderr, "%s: %s\n", argv[0], err);