mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fixed bugster 7007407. Do not clear stat info until a node is really
deleted.
This commit is contained in:
@@ -35,8 +35,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef GIO_COMPILATION
|
||||
#define FH_W if (fh_debug_enabled) g_debug
|
||||
static gboolean fh_debug_enabled = FALSE;
|
||||
#define FH_W if (FALSE) g_debug
|
||||
#else
|
||||
#include "gam_error.h"
|
||||
#define FH_W(...) GAM_DEBUG(DEBUG_INFO, __VA_ARGS__)
|
||||
|
Reference in New Issue
Block a user