93b19d1 Fix incorrect use of int 0 instead of char * 0

Authored and Committed by bruno 11 years ago
    Fix incorrect use of int 0 instead of char * 0
    
    gcc 4.8 seems to be more finicky about using int 0 instead of char * 0
    when passing arguments to a function.
    
        
file modified
+6 -1