[Kde-imaging] [Bug 145482] libkdraw compile fails on Cygwin
Gilles Caulier
caulier.gilles at gmail.com
Wed May 16 07:34:48 CEST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=145482
caulier.gilles gmail com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles gmail com 2007-05-16 07:34 -------
SVN commit 665182 by cgilles:
libkdcraw from trunk : patch to compile under CYGWIN
BUG: 145482
M +2 -2 dcrawbinary.cpp
--- trunk/extragear/libs/libkdcraw/dcrawbinary.cpp #665181:665182
@ -96,8 +96,8 @
// The dcraw output looks like this : Raw photo decoder "dcraw" v8.54...
QString dcrawHeader("Raw photo decoder \"dcraw\" v");
- QString stdout = QString::fromLocal8Bit(buffer, buflen);
- QString firstLine = stdout.section('\n', 1, 1);
+ QString dcrawOut = QString::fromLocal8Bit(buffer, buflen);
+ QString firstLine = dcrawOut.section('\n', 1, 1);
if (firstLine.startsWith(dcrawHeader))
{
More information about the Kde-imaging
mailing list