From 3472b3019d048213d4c6f15e17d40602b8ca6e78 Mon Sep 17 00:00:00 2001 From: dimitri Date: Tue, 6 Jun 2000 17:58:56 +0000 Subject: Fixed Oops in showFileDefMatches() --- src/util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util.cpp b/src/util.cpp index c0246fa..29a2147 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /****************************************************************************** * - * + * $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(); } -- cgit v0.12