index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2023-05-22 20:18:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-22 20:18:50 +0200 |
commit | e74cde76c104df82b120a7b13964cb786da8f565 (patch) | |
tree | 39967e24037929c04aaf79922aa260b437a60a5e /community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch | |
parent | 73e1d3b448cc583ab38cae4d61a26f313fad946b (diff) |
-rw-r--r-- | community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch | 13 |
diff --git a/community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch b/community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch deleted file mode 100644 index e6b8f739..00000000 --- a/community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/track/libheaptrack.cpp b/src/track/libheaptrack.cpp -index 8646893..af1ba5e 100644 ---- a/src/track/libheaptrack.cpp -+++ b/src/track/libheaptrack.cpp -@@ -121,7 +121,7 @@ inline void debugLog(const char fmt[], Args... args) - if (debugLevel <= s_debugVerbosity) { - RecursionGuard guard; - flockfile(stderr); -- fprintf(stderr, "heaptrack debug(%d) [%d:%d]@%lu ", static_cast<int>(debugLevel), getpid(), gettid(), -+ fprintf(stderr, "heaptrack debug(%d) [%d:%d]@%" PRIu64 " ", static_cast<int>(debugLevel), getpid(), gettid(), - elapsedTime().count()); - fprintf(stderr, fmt, args...); - fputc('\n', stderr); |