/* Writing Desktop Entry files.
- Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016 Free
- Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016, 2019 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>.
This program is free software: you can redistribute it and/or modify
if (hash_find_entry (msgfmt_reader->keywords, key, strlen (key),
&keyword_value) == 0)
{
- bool is_list = (bool) keyword_value;
+ bool is_list = (bool) (uintptr_t) keyword_value;
char *unescaped = desktop_unescape_string (value, is_list);
size_t i;