Latest update.
This commit is contained in:
@@ -49,8 +49,8 @@ static void tree_print(BIO *channel,
|
||||
curr++;
|
||||
|
||||
BIO_printf(channel, "Level print after %s\n", str);
|
||||
BIO_printf(channel, "Printing Up to Level %zd\n",
|
||||
curr - tree->levels);
|
||||
BIO_printf(channel, "Printing Up to Level %ld\n",
|
||||
(long)(curr - tree->levels));
|
||||
for (plev = tree->levels; plev != curr; plev++) {
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user