1
1

Not only comment it out but removing it

Этот коммит содержится в:
Patrick Winnertz 2009-01-26 21:51:40 +01:00
родитель 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;