mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-30 20:00:11 +01:00
Fix recursive loop in backtrace generator on windows.
Backtrace generator called _dbus_warn(), which calls backtrace generator recursively with DBUS_FATAL_WARNINGS=1. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
543d855021
commit
d00bbd9711
1 changed files with 1 additions and 1 deletions
|
|
@ -2403,7 +2403,7 @@ _dbus_delete_file (const DBusString *filename,
|
|||
#include <imagehlp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define DPRINTF _dbus_warn
|
||||
#define DPRINTF(fmt, ...) fprintf (stderr, fmt, ##__VA_ARGS__)
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define BOOL int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue