X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/431784fbebda861a137730be550d1981776e686d..53a788a711ff43849a434de08a1d052fe4212686:/misc.h

diff --git a/misc.h b/misc.h
index 557bed5..8700b96 100644
--- a/misc.h
+++ b/misc.h
@@ -20,7 +20,7 @@ namespace misc {
 /* Defines XBT_XCLOG(...) which behave like XBT_CLOG(...), except that the
  * given category is not passed through _XBT_LOGV before use.
  */
-#define XBT_XCLOG(c, p, ...) XBT_CLOG_((*(c)), p, __VA_ARGS__)
+#define XBT_XCLOG(c, p, ...) XBT_CLOG((*(c)), p, __VA_ARGS__)
 
 #endif // !MISC_H