Summary: | Compile error on Solaris 2.6 | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | Steve Evans <stevee> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch for kdemultimedia/kmix/mixer_sun.cpp |
Description
Steve Evans
2003-12-15 17:10:29 UTC
Created attachment 3750 [details]
patch for kdemultimedia/kmix/mixer_sun.cpp
I'm not sure if the patch is correct, but at least kmix compiles for me and
doesn't crash... ;-)
Subject: kdemultimedia/kmix CVS commit by coolo: patch by Torsten Kasch CCMAIL: 70509-done@bugs.kde.org M +1 -1 mixer_sun.cpp 1.20 --- kdemultimedia/kmix/mixer_sun.cpp #1.19:1.20 @@ -193,5 +193,5 @@ int Mixer_SUN::openMixer() MixDevice* md = new MixDevice( idx, vol, false, true, QString(MixerDevNames[idx]), MixerChannelTypes[idx]); - md->setRecordSource( isRecsrcHW( idx ), true ); + md->setRecSource( isRecsrcHW( idx ) ); m_mixDevices.append( md ); } |