Mend a minor compiler warning
This commit is contained in:
parent
7febf719d0
commit
c7f1e0a257
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
June 14, 2002 - June 13, 2023
|
||||
June 14, 2002 - June 15, 2023
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
|
@ -28121,7 +28121,7 @@ static void setup_config(char *argv[])
|
|||
{
|
||||
char * tmp_str;
|
||||
FcBool fontAddStatus;
|
||||
const char locale_fontdir[MAX_PATH];
|
||||
char locale_fontdir[MAX_PATH];
|
||||
|
||||
if (strcmp(tmpcfg.tp_ui_font, "default") == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue