# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/tumbler/hotfix-gcc14.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- tumbler-4.18.2/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c.vanilla 2024-07-23 13:26:51.511311984 +0200 +++ tumbler-4.18.2/plugins/jpeg-thumbnailer/jpeg-thumbnailer.c 2024-07-23 13:27:32.589308026 +0200 @@ -165,7 +165,7 @@ -static gboolean +static boolean tvtj_fill_input_buffer (j_decompress_ptr cinfo) { struct jpeg_source_mgr *source = cinfo->src;