From a0f64868be448bd2a3ecb02f597e78d34d8a1979 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 29 Nov 2007 14:44:08 +0000 Subject: [PATCH] Revert Malek's last change. Removing the feature is not the right strategy to port stuff to windows git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5091 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/log.h b/include/xbt/log.h index df5cbcb192..0d5cc244f3 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -99,7 +99,7 @@ typedef enum { * XBT_LOG_NEW_CATEGORY */ #define XBT_LOG_NEW_SUBCATEGORY_helper(catName, parent, desc) \ XBT_EXPORT_NO_IMPORT(s_xbt_log_category_t) _XBT_LOGV(catName) = { \ - NULL, \ + &_XBT_LOGV(parent), \ NULL /* firstChild */, \ NULL /* nextSibling */, \ #catName, \ -- 2.20.1