mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:43:03 +01:00
misc
This commit is contained in:
parent
4568f57407
commit
ca7182b575
@ -1182,7 +1182,10 @@ static bool read_header(DESC handle, ULONG* buffer_size, USHORT* format, bool in
|
|||||||
case att_backup_format:
|
case att_backup_format:
|
||||||
temp = get_numeric();
|
temp = get_numeric();
|
||||||
if (init_flag)
|
if (init_flag)
|
||||||
|
{
|
||||||
*format = temp;
|
*format = temp;
|
||||||
|
printf("format = %d\n", temp);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case att_backup_transportable:
|
case att_backup_transportable:
|
||||||
|
Loading…
Reference in New Issue
Block a user