commit:     4e3dfab6bfa6ee8f81ea009fb2646f1722641d36
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 12:21:29 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 12:22:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3dfab6

app-text/xdvik: adjust c99 patch

Closes: https://bugs.gentoo.org/927341
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch 
b/app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch
index d22c473f42d3..1309ba823541 100644
--- a/app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch
+++ b/app-text/xdvik/files/xdvik-22.87.06-c99-fix.patch
@@ -34,7 +34,7 @@ index 945ae760fa..913db11264 100644
      /* delete and re-create list */
      ASSERT(total_pages <= (int)page_info.index_size, "");
 -    XawListChange(LIST_WIDGET, page_info.page_labels, 0,
-+    XawListChange(LIST_WIDGET, (_Xconst char**) page_info.page_labels, 0,
++    XawListChange(LIST_WIDGET, (const char**) page_info.page_labels, 0,
                  MAX(button_width, pagelist_width), False);
      /* restore selected item */
      if (idx != XAW_LIST_NONE) {

Reply via email to