Not only comment it out but removing it
Этот коммит содержится в:
родитель
89d3cbddd2
Коммит
3dd8716646
@ -3,7 +3,7 @@
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include <../mhl/memory.h>
|
||||
#include <mhl/memory.h>
|
||||
|
||||
#define mhl_str_dup(str) ((str ? strdup(str) : strdup("")))
|
||||
#define mhl_str_ndup(str,len) ((str ? strndup(str,len) : strdup("")))
|
||||
@ -60,9 +60,6 @@ static inline char* __mhl_str_concat_hlp(const char* base, ...)
|
||||
int count = 0;
|
||||
size_t totalsize = 0;
|
||||
|
||||
// first pass: scan through the params and count string sizes
|
||||
//va_list par;
|
||||
|
||||
if (base)
|
||||
{
|
||||
arg_ptr[0] = base;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user