• Show log

    Commit

  • Hash : e399c7ee
    Author : Russell Belfer
    Date : 2013-09-13T09:50:05

    Fix win32 warnings
    
    I wish MSVC understood that "const char **" is not a const ptr,
    but it a non-const pointer to an array of const ptrs.  Does that
    seem like too much to ask.