mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 12:07:03 +02:00
@ -424,6 +424,8 @@ void fixupEncodedHeaderLine(char *buf, int buflen){
|
||||
}
|
||||
|
||||
if(need_encoding == 1 && ret == OK){
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wstringop-truncation"
|
||||
strncat(puf, tmpbuf, sizeof(puf)-strlen(puf)-1);
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user