docker-qBittorrentvpn/patches/main.patch
2018-02-11 21:18:12 -05:00

10 lines
259 B
Diff

--- src/app/main.cpp
+++ src/app/main.cpp
@@ -57,8 +57,9 @@
-#include <execinfo.h>
-#include "stacktrace.h"
+static inline void print_stacktrace(FILE *out = stderr, unsigned int max_frames = 63) {
+ fprintf(out, "stack trace:\n N/A (%d)", max_frames);
+}