Index: crashhandler.cpp =================================================================== RCS file: /home/kde/kdeextragear-1/amarok/src/amarokcore/crashhandler.cpp,v retrieving revision 1.13 diff -u -3 -p -r1.13 crashhandler.cpp --- crashhandler.cpp 13 Feb 2005 00:35:31 -0000 1.13 +++ crashhandler.cpp 13 Feb 2005 02:39:05 -0000 @@ -106,7 +106,7 @@ namespace amaroK ::fsync( handle ); // so we can read stderr too - ::dup2( ::fileno( ::stdout ), ::fileno( ::stderr ) ); + ::dup2( fileno( stdout ), fileno( stderr ) ); QCString gdb; gdb = "gdb --nw -n --batch -x ";