add ubuntu to packages but not add in chech queue

This commit is contained in:
G_I_Y
2023-08-30 17:12:57 +08:00
parent 25401fe3bf
commit 60fdd4932b
3 changed files with 22 additions and 13 deletions

View File

@@ -43,9 +43,15 @@ xy_strjoin (const char* str1, const char* str2)
}
//有一个BUG每一次替换都会加长到最大长度
/*
*
*
*
*
*
* */
static char*
xy_strch (const char* str, const char src,const char* dest)
xy_strch (const char* str, char src,const char* dest)
{
size_t str_len = strlen(str);
size_t dest_len = strlen(dest);