mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Fixed compiler warning.
This commit is contained in:
parent
4e283ed686
commit
a4eebd74a6
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ static char *append_node(char * orig, BtRbNode *pNode, int indent)
|
|||
static void print_node(BtRbNode *pNode)
|
||||
{
|
||||
char * str = append_node(0, pNode, 0);
|
||||
printf(str);
|
||||
printf("%s", str);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue