debugg
This commit is contained in:
@@ -42,7 +42,7 @@ growBuffer(Buffer b, size_t minfree)
|
||||
{ if ( !(new = malloc(sz)) )
|
||||
return FALSE;
|
||||
|
||||
memcpy(new, b->static_buffer, osz);
|
||||
memmove(new, b->static_buffer, osz);
|
||||
} else
|
||||
{ if ( !(new = realloc(b->base, sz)) )
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user