summaryrefslogtreecommitdiff
path: root/multimedia/qdvdauthor/files/patch-qdvdauthor-log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/qdvdauthor/files/patch-qdvdauthor-log.cpp')
-rw-r--r--multimedia/qdvdauthor/files/patch-qdvdauthor-log.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/qdvdauthor/files/patch-qdvdauthor-log.cpp b/multimedia/qdvdauthor/files/patch-qdvdauthor-log.cpp
deleted file mode 100644
index f3fdc9bff034..000000000000
--- a/multimedia/qdvdauthor/files/patch-qdvdauthor-log.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- qdvdauthor/log.cpp.orig Fri Dec 30 03:27:58 2005
-+++ qdvdauthor/log.cpp Fri Dec 30 03:28:15 2005
-@@ -83,7 +83,7 @@
- log (iLogLevel, (const char *)qsLog);
- }
-
--void Log::line (void *pObj, unsigned long iThreadID, const char *pFile, const char *pFunction, long iLine, type enLogLevel)
-+void Log::line (void *pObj, pthread_t iThreadID, const char *pFile, const char *pFunction, long iLine, type enLogLevel)
- {
- m_cBuffer[0] = '\0';
- if (enLogLevel < m_enLogLevel) {