inn-2.6.0rc1 bug report

David Binderman dcb314 at hotmail.com
Sat May 2 08:57:22 UTC 2015


Hello there,

[inn-2.6.0rc1/innd/art.c:1694]: (warning) Char literal compared with pointer 'begin'. Did you intend to dereference it?

        if (begin == '\0')
          continue;

Maybe

        if (*begin == '\0')
          continue;

Regards

David Binderman

 		 	   		  


More information about the inn-workers mailing list