diff --git a/extras/get_disto.c b/extras/get_disto.c index ab1b0516..9091b386 100644 --- a/extras/get_disto.c +++ b/extras/get_disto.c @@ -278,7 +278,7 @@ int main(int argc, const char *argv[]) { goto End; } size1 = ReadPicture(name1, &pic1, 1); - size2 = ReadPicture(name1, &pic2, 1); + size2 = ReadPicture(name2, &pic2, 1); if (size1 == 0 || size2 == 0) goto End; if (!keep_alpha) {