]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
scheduler: Fix build failure on Linux with '-Werror -Wall'
authorzdohnal <zdohnal@redhat.com>
Wed, 29 Nov 2023 14:07:18 +0000 (15:07 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 14:07:18 +0000 (15:07 +0100)
The string which we add into array stays const after fixing #814 (because strdup(), which caused memory leak returned char *) and compiler fails because of it if it runs with '-Werror -Wall'.


Trivial merge