diff options
Diffstat (limited to 'src/modules/links/LinksWindow.cpp')
| -rw-r--r-- | src/modules/links/LinksWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/links/LinksWindow.cpp b/src/modules/links/LinksWindow.cpp index 2ffb0bb88..7512608f3 100644 --- a/src/modules/links/LinksWindow.cpp +++ b/src/modules/links/LinksWindow.cpp @@ -107,7 +107,7 @@ LinksWindow::~LinksWindow() void LinksWindow::getBaseLogFileName(QString & buffer) { - buffer.sprintf("LINKS_%d", context()->id()); + buffer = QString::asprintf("LINKS_%d", context()->id()); } void LinksWindow::requestLinks() |
