gcc 4 cleanups (mostly unsigned char* vs char*)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "str.h"
|
||||
#include "buffer.h"
|
||||
|
||||
int buffer_putsalign(buffer* b,const unsigned char* x) {
|
||||
int buffer_putsalign(buffer* b,const char* x) {
|
||||
return buffer_putalign(b,x,str_len(x));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user