From 17906c7fefc001c74af2141610c23c28c28a4e52 Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 29 Nov 2002 18:58:15 +0000 Subject: Compile fix --- (limited to 'noncore') diff --git a/noncore/settings/aqpkg/ipkg.cpp b/noncore/settings/aqpkg/ipkg.cpp index 1efe030..407abe9 100644 --- a/noncore/settings/aqpkg/ipkg.cpp +++ b/noncore/settings/aqpkg/ipkg.cpp @@ -418,7 +418,7 @@ QStringList* Ipkg :: getList( const QString &packageFilename, const QString &des qDebug( "Try to open %s", packageFileDir.latin1() ); if ( ! f.open(IO_ReadOnly) ) { - qDebug( "Could not open: %s", packageFileDir ); + qDebug( "Could not open: %s", packageFileDir.latin1() ); emit outputText( QString( "Could not open :" ) + packageFileDir ); return (QStringList*)0; } -- cgit v0.9.0.2