mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
Fix an issue with my 1017187 commit and fix 1 krazy2 issue
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1017606
This commit is contained in:
@@ -613,7 +613,7 @@ private:
|
||||
QString fullDeviceName = QString("/dev/") + deviceNumber.rightJustified(3, '0');
|
||||
delete [] kInfoProc;
|
||||
|
||||
QByteArray deviceName = fullDeviceName.toLatin1().constData();
|
||||
QByteArray deviceName = fullDeviceName.toLatin1();
|
||||
const char* ttyName = deviceName.data();
|
||||
|
||||
if (KDE_stat(ttyName, &statInfo) != 0)
|
||||
|
||||
Reference in New Issue
Block a user