]> git.ipfire.org Git - thirdparty/cups.git/commit
Do not use C99-only construct (fixes #1000) 1004/head
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 8 Jul 2024 11:44:59 +0000 (13:44 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 8 Jul 2024 11:44:59 +0000 (13:44 +0200)
commit56ac0b417895081ca7abd7b51c16f00c4c7c1511
tree192cac7b24f4da0d58ecc94c7f24df9249f239ba
parent4baa1024ac7baf381559755a3d52a72f6b9252eb
Do not use C99-only construct (fixes #1000)

Use the existing `ptr` instead of a new.

Fixes #1000
scheduler/client.c