mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-20 19:20:45 +08:00
add ubuntu to packages but not add in chech queue
This commit is contained in:
10
helper.h
10
helper.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user