Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-22 20:18:50 +0200
committerErich Eckner <git@eckner.net>2023-05-22 20:18:50 +0200
commite74cde76c104df82b120a7b13964cb786da8f565 (patch)
tree39967e24037929c04aaf79922aa260b437a60a5e /community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch
parent73e1d3b448cc583ab38cae4d61a26f313fad946b (diff)
community -> extra
Diffstat (limited to 'community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch')
-rw-r--r--community/heaptrack/c456f6a1575fb2834238a1f693e7c7787d768d42.patch13
1 files changed, 0 insertions, 13 deletions
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);