8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

Make output better human-readable, keeping at the same time script-readable

This commit is contained in:
alexpeshkoff 2007-11-26 13:36:58 +00:00
parent 8e52da6e14
commit 2fcdfd5029

View File

@ -523,7 +523,7 @@ void nbackup::lock_database(bool get_size)
{
get_database_size();
if (db_size_pages)
printf("%d", db_size_pages);
printf("%d\n", db_size_pages);
}
}
catch (const Firebird::Exception&) {