projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7cc2808
)
Added missing format specifier to parseparameters.
author
Derick Rethans
<github@derickrethans.nl>
Fri, 28 Oct 2011 10:22:28 +0000 (12:22 +0200)
committer
Derick Rethans
<github@derickrethans.nl>
Fri, 28 Oct 2011 10:22:28 +0000 (12:22 +0200)
twig.c
patch
|
blob
|
history
diff --git
a/twig.c
b/twig.c
index
7e1f990
..
8084dac
100644
(file)
--- a/
twig.c
+++ b/
twig.c
@@
-703,7
+703,7
@@
PHP_FUNCTION(twig_template_get_attributes)
zend_bool ignoreStrictCheck = 0;
int free_ret = 0;
- if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ozzasb", &template, &object, &item, &arguments, &type, &type_len, &isDefinedTest, &ignoreStrictCheck) == FAILURE) {
+ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ozzasbb", &template, &object, &item, &arguments, &type, &type_len, &isDefinedTest, &ignoreStrictCheck) == FAILURE) {
return;
}