From f9f8a576f5e1801795d883637d24edda41a7d30f Mon Sep 17 00:00:00 2001 From: bonazzi Date: Mon, 26 Sep 2016 22:39:50 +0000 Subject: [PATCH] Patch level : 12.0 no patch Files correlati : Commento : Corretta dichiarazione di gstrncpy git-svn-id: svn://10.65.10.50/branches/R_10_00@23331 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/xi/xi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xi/xi.h b/src/xi/xi.h index e3d3fba6e..72d86b6a2 100755 --- a/src/xi/xi.h +++ b/src/xi/xi.h @@ -1434,7 +1434,7 @@ XIDLL void xi_set_text XVT_CC_ARGS( ( XI_OBJ * xi_obj, const char *s ) ); XIDLL void xi_set_override_cursor XVT_CC_ARGS( ( XI_OBJ* itf, XinCursor cursor, BOOLEAN flag ) ); XIDLL void xi_event_debug XVT_CC_ARGS( ( char *tag, XI_EVENT * xiev, char *s, int len ) ); -XIDLL char * gstrncpy XVT_CC_ARGS( ( char *dst, char *src, int n ) ); +XIDLL char * gstrncpy XVT_CC_ARGS( ( char *dst, const char *src, int n ) ); /* XI consistant drawing functions - these functions perform identically on * all platforms. These functions also do virtual interface coordinate