gcc 4 cleanups (mostly unsigned char* vs char*)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <buffer.h>
|
||||
|
||||
int buffer_getline(buffer* b,unsigned char* x,unsigned long int len) {
|
||||
int buffer_getline(buffer* b,char* x,unsigned long int len) {
|
||||
return buffer_get_token(b,x,len,"\n",1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user