X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=xs-src%2FMouseTypeConstraints.xs;h=88181869de1f12b56c98d7f388cfdce1d2c2b5a5;hp=2f4a6b125c599e51aac2c6de35e6f1faa0a52577;hb=902329757f26fb562c33f6335ff66d6c81394900;hpb=f1161922ce77b4f7ab9a90e56b6de6617e56dfc7 diff --git a/xs-src/MouseTypeConstraints.xs b/xs-src/MouseTypeConstraints.xs index 2f4a6b1..8818186 100644 --- a/xs-src/MouseTypeConstraints.xs +++ b/xs-src/MouseTypeConstraints.xs @@ -84,7 +84,7 @@ mouse_tc_Bool(pTHX_ SV* const data PERL_UNUSED_DECL, SV* const sv) { } } else{ - /* false must be boolean */ + /* any false value must be boolean */ return TRUE; } }