From: Bruno Haible Date: Sun, 12 Jan 2025 06:33:10 +0000 (+0100) Subject: format-kde: Fix test program. X-Git-Tag: v0.24~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d35e5198c5d6438327b528b0b63f5398ca4b9a5;p=thirdparty%2Fgettext.git format-kde: Fix test program. * gettext-tools/src/format-kde.c (format_print): Print a '*' for each argument. --- diff --git a/gettext-tools/src/format-kde.c b/gettext-tools/src/format-kde.c index d84627522..3b2423791 100644 --- a/gettext-tools/src/format-kde.c +++ b/gettext-tools/src/format-kde.c @@ -1,5 +1,5 @@ /* KDE format strings. - Copyright (C) 2003-2004, 2006-2007, 2009, 2019-2020, 2023 Free Software Foundation, Inc. + Copyright (C) 2003-2025 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software: you can redistribute it and/or modify @@ -305,6 +305,7 @@ format_print (void *descr) abort (); for (; last < number; last++) printf ("_ "); + printf ("*"); last = number + 1; } printf (")");