Commit 4bdaaa8d authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed Oops in showFileDefMatches()

parent d8197176
/******************************************************************************
*
*
* $Id$
*
* Copyright (C) 1997-2000 by Dimitri van Heesch.
*
......@@ -2117,7 +2117,7 @@ QCString showFileDefMatches(const FileNameDict *fnDict,const char *n)
{
if (path.isEmpty() || fd->getPath().right(path.length())==path)
{
result+=" %s\n",fd->absFilePath().data();
result+=" "+fd->absFilePath()+"\n";
}
fd=fn->next();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment