You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch

12 lines
393 B

--- kpilot/kpilot/pilotDaemon.cc.ORI 2011-11-30 21:55:04.912837969 +0100
+++ kpilot/kpilot/pilotDaemon.cc 2011-11-30 21:55:11.819786099 +0100
@@ -313,7 +313,7 @@
#ifdef DEBUG
DEBUGKPILOT << fname
<< ": The daemon is ready with status "
- << statusString() << " (" << (int) fDaemonStatus << ")" << endl;
+ << statusString() << " (" << (int) fDaemontqStatus << ")" << endl;
#endif
}