diff options
Diffstat (limited to 'util/libreboot-utils/lottery.c')
| -rw-r--r-- | util/libreboot-utils/lottery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/lottery.c b/util/libreboot-utils/lottery.c index fd39c68c..1f8ff2e0 100644 --- a/util/libreboot-utils/lottery.c +++ b/util/libreboot-utils/lottery.c @@ -28,7 +28,7 @@ main(int argc, char **argv) xpledgex("stdio", NULL); buf = rmalloc(size); - if (!memcmp(buf, buf + (size >> 1), size >> 1)) + if (!vcmp(buf, buf + (size >> 1), size >> 1)) same = 1; if (argc < 2) /* no spew */ |
