fix printf format specifier for qsizetype in reproducer

This commit is contained in:
Damocles 2026-04-20 21:38:32 +02:00
parent 06fb97bc23
commit e502027dbd

View file

@ -47,7 +47,7 @@ int main(int argc, char *argv[])
}
std::fprintf(stderr,
"screen-uaf-reproducer: %d surfaces created on %d screen(s).\n"
"screen-uaf-reproducer: %d surfaces created on %lld screen(s).\n"
"Toggle an output off/on to trigger the crash.\n",
kWindows, QGuiApplication::screens().size());