]> git.kaiwu.me - njs.git/commit
Fixed return value type for boolean functions.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 26 Apr 2018 16:11:29 +0000 (19:11 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 26 Apr 2018 16:11:29 +0000 (19:11 +0300)
commitf9d17f772f21ec2896d5db8290c8b444faeb0fa0
tree26d6e4b9cf19d937be4b8f877b67c8a11bc1d1f1
parent736963ff9307494b83b162206a3d0f5ecc9a32a2
Fixed return value type for boolean functions.

Previously, the functions returned "true" and "false" strings.
njs/njs_array.c
njs/njs_object.c
njs/test/njs_unit_test.c