summaryrefslogtreecommitdiff
path: root/databases/xmysql/files/patch-XmysqlDB.c
blob: a2d29fb4674b010428f029102c812b64b7ca5a1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- XmysqlDB.c.orig	Tue Nov 19 13:21:10 2002
+++ XmysqlDB.c	Tue Nov 19 13:25:49 2002
@@ -3,7 +3,6 @@
 #include "Xmysql_def.h"
 
 /* prototypes */
-char *strmov (char *dst, const char *src);
 char *strfill (char *s, uint len, int fill);
 
 /* this macro is used to make sure all returns clean up resources */
@@ -800,7 +799,7 @@
 								}
 							}
 							else {
-								pos = strmov (pos, "NULL");
+								pos = strcpy (pos, "NULL");
 								if (maxLen > 4)
 									pos = strfill (pos, maxLen - 4, ' ');
 							}