gcc 4 cleanups (mostly unsigned char* vs char*)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "stralloc.h"
|
||||
#include "str.h"
|
||||
|
||||
extern int stralloc_copys(stralloc *sa,const unsigned char *buf) {
|
||||
extern int stralloc_copys(stralloc *sa,const char *buf) {
|
||||
return stralloc_copyb(sa,buf,str_len(buf));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user