[xoreos-git] [xoreos/xoreos] 35362d: JANITORIAL: NULL -> 0
    GitHub 
    noreply at github.com
       
    Fri Aug  9 10:20:07 CEST 2013
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 35362d66d9bc57cfa92629a4dbfefc3017089327
      https://github.com/xoreos/xoreos/commit/35362d66d9bc57cfa92629a4dbfefc3017089327
  Author: Sven Hesse <drmccoy at users.sourceforge.net>
  Date:   2013-08-09 (Fri, 09 Aug 2013)
  Changed paths:
    M src/engines/kotor/gui/widgets/button.cpp
    M src/graphics/indexbuffer.cpp
    M src/graphics/vertexbuffer.cpp
  Log Message:
  -----------
  JANITORIAL: NULL -> 0
In C++, NULL is always 0.
We use 0 everywhere else, so to be consistent, change these
NULL to 0 too.
    
    
More information about the xoreos-git
mailing list