diff options
| -rw-r--r-- | st.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -630,7 +630,7 @@ ttyread(void) {  	}  	/* keep any uncomplete utf8 char for the next call */ -	memcpy(buf, ptr, buflen); +	memmove(buf, ptr, buflen);  }  void  | 
![]()  | 
index : st | |
| My st build with various patches | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | st.c | 2 | 
@@ -630,7 +630,7 @@ ttyread(void) {  	}  	/* keep any uncomplete utf8 char for the next call */ -	memcpy(buf, ptr, buflen); +	memmove(buf, ptr, buflen);  }  void  |