diff options
Diffstat (limited to 'redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch')
-rw-r--r-- | redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch b/redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch new file mode 100644 index 000000000..00070dbc7 --- /dev/null +++ b/redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch @@ -0,0 +1,11 @@ +--- 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 + } + |