mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +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:
|
||||
temp = get_numeric();
|
||||
if (init_flag)
|
||||
{
|
||||
*format = temp;
|
||||
printf("format = %d\n", temp);
|
||||
}
|
||||
break;
|
||||
|
||||
case att_backup_transportable:
|
||||
|
Loading…
Reference in New Issue
Block a user