From: Øyvind Kolås Date: Sat, 19 Feb 2022 17:04:31 +0000 (+0100) Subject: babl: drop a now deprecated const X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~4^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d66df63d6355eaf3844af5658a7babe6f9aefa7b;p=babl.git babl: drop a now deprecated const --- diff --git a/babl/babl-format.c b/babl/babl-format.c index 982b851..3a8e6c0 100644 --- a/babl/babl-format.c +++ b/babl/babl-format.c @@ -346,7 +346,7 @@ babl_format_new (const void *first_arg, int components = 0; BablModel *model = NULL; const Babl *space = babl_space ("sRGB"); - const char *doc = NULL; + char *doc = NULL; BablComponent *component [BABL_MAX_COMPONENTS]; BablSampling *sampling [BABL_MAX_COMPONENTS]; const BablType*type [BABL_MAX_COMPONENTS];