aboutsummaryrefslogtreecommitdiff
path: root/Linux_C_12/cCrossCallClipboard_121.c
diff options
context:
space:
mode:
Diffstat (limited to 'Linux_C_12/cCrossCallClipboard_121.c')
-rw-r--r--Linux_C_12/cCrossCallClipboard_121.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Linux_C_12/cCrossCallClipboard_121.c b/Linux_C_12/cCrossCallClipboard_121.c
index 0c092b7..525483f 100644
--- a/Linux_C_12/cCrossCallClipboard_121.c
+++ b/Linux_C_12/cCrossCallClipboard_121.c
@@ -8,7 +8,7 @@
About this module:
Routines related to clipboard handling.
********************************************************************************************/
-#include <string.h>
+
#include "cCrossCallClipboard_121.h"
#include "cCrossCall_121.h"
@@ -29,7 +29,7 @@ void EvalCcRqSETCLIPBOARDTEXT (CrossCallInfo *pcci) /* textptr; no result. */
printf("EvalCcRqSETCLIPBOARDTEXT\n");
gtk_clipboard_set_text (gtk_clipboard_get(GDK_NONE),
- text, strlen(text));
+ text, rstrlen(text));
MakeReturn0Cci (pcci);
}