From 80e36aa669274637bcd5956fbf4020dba1d4739c Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 9 Feb 2013 01:51:36 -0800 Subject: Strictify timers --- src/common/nullpo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/nullpo.hpp') diff --git a/src/common/nullpo.hpp b/src/common/nullpo.hpp index 2d8644f..305448f 100644 --- a/src/common/nullpo.hpp +++ b/src/common/nullpo.hpp @@ -12,7 +12,7 @@ # ifndef BUG_FREE # define nullpo_retr(ret, t) \ - if (nullpo_chk(__FILE__, __LINE__, __func__, t)) \ + if (nullpo_chk(__FILE__, __LINE__, __PRETTY_FUNCTION__, t)) \ return ret; # else // BUG_FREE # define nullpo_retr(ret, t) /*t*/ -- cgit v1.2.3-60-g2f50