mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 18:28:00 +02:00
pdiff: Fix return value from perceptualdiff program
This commit is contained in:
parent
2174ee2475
commit
871aba6c80
1 changed files with 1 additions and 2 deletions
|
|
@ -94,6 +94,5 @@ int main(int argc, char **argv)
|
|||
} else {
|
||||
if (args.Verbose) args.Print_Args();
|
||||
}
|
||||
int result = Yee_Compare(args) == true;
|
||||
return result;
|
||||
return ! Yee_Compare(args);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue