fix printf format specifier for qsizetype in reproducer
This commit is contained in:
parent
06fb97bc23
commit
e502027dbd
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
std::fprintf(stderr,
|
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",
|
"Toggle an output off/on to trigger the crash.\n",
|
||||||
kWindows, QGuiApplication::screens().size());
|
kWindows, QGuiApplication::screens().size());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue