mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 14:08:05 +02:00
Make this compile again.
This commit is contained in:
parent
78325dacbe
commit
961eae2f93
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ int main(int argc, char **argv)
|
|||
case 'b':
|
||||
count = strtoul(optarg, &pt, 0);
|
||||
size = strtoul(pt+1, NULL, 0);
|
||||
if ((r = drmAddBufs(fd, count, size, 0)) < 0) {
|
||||
if ((r = drmAddBufs(fd, count, size, 0, 0)) < 0) {
|
||||
drmError(r, argv[0]);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue