[Konsole-devel] Bug#38996: TEPty.cpp compile failure line 487
cjp at sandstorm.net
cjp at sandstorm.net
Tue Mar 5 18:56:33 UTC 2002
Package: konsole
Version: KDE 2.9.2 CVS/CVSup/Snapshot
Severity: normal
Installed from: Compiled sources
Compiler: gcc 2.95.3
OS: FreeBSD
OS/Compiler notes: Not Specified
FreeBSD 4.5 i386 qt-x11-commercial-3.0.2
Filename konsole/konsole/TEPty.cpp line 487
if ( !str_ptr=getenv("LOGNAME")) {
fails on an illegal lvalue.
it should be amended to read
if ( !(str_ptr=getenv("LOGNAME"))){
in a fashion similar to the line above it.
(Submitted via bugs.kde.org)
More information about the konsole-devel
mailing list