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

Fixed compile error.

This commit is contained in:
eku 2003-10-07 08:34:04 +00:00
parent f7d5be00ea
commit cfbffe01aa

View File

@ -1935,7 +1935,7 @@ static SSHORT setup_log(ISC_STATUS * status_vector,
WAL_segment->wals_flushed_log_seqno = log_header->walfh_seqno; WAL_segment->wals_flushed_log_seqno = log_header->walfh_seqno;
} }
const logf* logf; const LOGF* logf;
if (WAL_segment->wals_max_logfiles > 0) { if (WAL_segment->wals_max_logfiles > 0) {
/* Get the index of this logfile in the list of pre-allocated /* Get the index of this logfile in the list of pre-allocated
log files. */ log files. */