Skip to content

Commit cf17eeb

Browse files
committed
Fix conversion warning in ChangeLog
1 parent 5a53cc0 commit cf17eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/replication/ChangeLog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ bool ChangeLog::archiveExecute(Segment* segment)
680680
const auto archpathname = m_config->archiveDirectory.hasData() ?
681681
m_config->archiveDirectory + filename : "";
682682

683-
size_t pos;
683+
string::size_type pos;
684684

685685
while ( (pos = archiveCommand.find(FILENAME_WILDCARD)) != string::npos)
686686
archiveCommand.replace(pos, fb_strlen(FILENAME_WILDCARD), filename);

0 commit comments

Comments
 (0)