Skip to content

Commit

Permalink
fixed compile issue on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Feb 10, 2014
1 parent a189ed0 commit e3c6363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xmlgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ void generateXML()
if (len>0)
{
QCString s(len+1);
strlcpy(s.data(),startLine,len);
qstrncpy(s.data(),startLine,len);
s[len]='\0';
if (s.find("<!-- Automatically insert here the HTML entities -->")!=-1)
{
Expand Down

0 comments on commit e3c6363

Please sign in to comment.