X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9514ca81bd12a47df977822efc14ff285bd5bc10..237a4145c1557c7f6e950afbad4848504cc334b4:/sbr/utils.c diff --git a/sbr/utils.c b/sbr/utils.c index aa344b99..4c87b38a 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -533,7 +533,7 @@ nmh_version_changed (int older) { context_replace ("Version", "nmh-" VERSION); } - return old_version < current_version ? 1 : 0; + return old_version < current_version; } if (context_version == NULL || strcmp(context_version, "nmh-" VERSION) != 0) {