On Tue, Jul 4, 2017 at 8:39 AM, Johan Kuuse <jo...@kuu.se> wrote:

> +  if (fossil_strcmp((char*)P("REQUEST_METHOD"),"HEAD")!=0)
>

One minor nitpick:

fossil_strcmp() takes a const char *, which is the return type of P(), so
no cast is needed there.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to