remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "scan.h"
|
||||
|
||||
int buffer_get_token(buffer* b,char* x,unsigned long int len,const char* charset,unsigned long int setlen) {
|
||||
int blen;
|
||||
unsigned long int blen;
|
||||
|
||||
for (blen=0;blen<len;++blen) {
|
||||
register int r;
|
||||
|
||||
Reference in New Issue
Block a user