[Konsole-devel] Bug#38996: marked as done (TEPty.cpp compile failure line 487) by Waldo Bastian <bastian at kde.org>
Stephan Kulow
owner at bugs.kde.org
Tue Mar 5 19:18:02 UTC 2002
Your message with subj: [Konsole-devel] Bug#38996: TEPty.cpp compile failure line 487
Thanks, fixed already.
Cheers,
Waldo
On Tuesday 05 March 2002 10:56 am, cjp at sandstorm.net wrote:
> 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=3Dgetenv("LOGNAME")) {
>
> fails on an illegal lvalue.
>
> it should be amended to read
>
> if ( !(str_ptr=3Dgetenv("LOGNAME"))){
>
>
> in a fashion similar to the line above it.
>
>
>
>
> (Submitted via bugs.kde.org)
>
> _______________________________________________
> konsole-devel mailing list
> konsole-devel at mail.kde.org
> http://mail.kde.org/mailman/listinfo/konsole-devel
--=20
Advanced technology only happens when people take a basic idea and add to=
it.
-- Bob Bemer
has caused the attached bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Stephan Kulow
(administrator, KDE bugs database)
Received: (at submit) by bugs.kde.org; 5 Mar 2002 18:56:33 +0000
Received: (qmail 19928 invoked by uid 33); 5 Mar 2002 18:56:33 -0000
Date: 5 Mar 2002 18:56:33 -0000
Message-ID: <20020305185633.19927.qmail at mail.kde.org>
To: submit at bugs.kde.org
Subject: TEPty.cpp compile failure line 487
From: cjp at sandstorm.net
X-KDE-Received: -199.174.193.186
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