Skip to content

Commit fdabbe6

Browse files
Update CheckFiles.cpp
changed message number
1 parent 13d8fb7 commit fdabbe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/packchk/src/CheckFiles.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ bool CheckFiles::CheckUrls(RteItem* item)
180180
const auto lineNo = item->GetLineNumber();
181181

182182
if(item->GetText().find("http://", 0) != string::npos) {
183-
LogMsg("M368", TAG(item->GetTag()), URL("https://"), lineNo);
183+
LogMsg("M300", TAG(item->GetTag()), URL("https://"), lineNo);
184184
bOk = false;
185185
}
186186

187187
const auto& attributes = item->GetAttributes();
188188
for(const auto& [attr, text] : attributes) {
189189
if(text.find("http://", 0) != string::npos) {
190-
LogMsg("M368", TAG(attr), URL("https://"), lineNo);
190+
LogMsg("M300", TAG(attr), URL("https://"), lineNo);
191191
bOk = false;
192192
}
193193
}

0 commit comments

Comments
 (0)