njårdshome

SVN commit 741731 by coolo:

fix compilation


M +1 -1 extrastereo_impl.cc


--- branches/KDE/3.5/kdemultimedia/noatun/modules/artseffects/extrastereo_impl.cc #741730:741731
@@ -90,7 +90,7 @@
{
std::string file=getenv("HOME");
file.append("/arts-write.raw");
- mFd=::open(file.c_str(), O_RDWR | O_CREAT | O_TRUNC);
+ mFd=::open(file.c_str(), O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
}
~RawWriter_impl()
{