8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00
This commit is contained in:
alexpeshkoff 2009-11-26 13:40:35 +00:00
parent 4568f57407
commit ca7182b575

View File

@ -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: