Author: mordante
Date: Sun Apr 1 10:23:04 2012
New Revision: 53742
URL: http://svn.gna.org/viewcvs/wesnoth?rev=53742&view=rev
Log:
Use NULL instead of 0.
Modified:
trunk/src/log.hpp
Modified: trunk/src/log.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/log.hpp?rev=53742&r1=53741&r2=53742&view=diff
==============================================================================
--- trunk/src/log.hpp (original)
+++ trunk/src/log.hpp Sun Apr 1 10:23:04 2012
@@ -106,14 +106,14 @@
public:
scope_logger(log_domain const &domain, const char* str) :
ticks_(0),
- output_(0),
+ output_(NULL),
str_()
{
if (!debug.dont_log(domain)) do_log_entry(domain, str);
}
scope_logger(log_domain const &domain, const std::string& str) :
ticks_(0),
- output_(0),
+ output_(NULL),
str_()
{
if (!debug.dont_log(domain)) do_log_entry(domain, str);
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits