*** empty log message ***
This commit is contained in:
@@ -77,7 +77,7 @@ void buf_put_int(buf_type *buf, int val)
|
||||
return;
|
||||
}
|
||||
|
||||
void buf_put_str(buf_type *buf, char *str)
|
||||
void buf_put_str(buf_type *buf, const char *str)
|
||||
{ char *b;
|
||||
int l;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user