Skip to content

Commit a0093b9

Browse files
author
brittain
committed
get window buffer/handle fix 2
1 parent f0544fd commit a0093b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpwb_window.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ ZEND_FUNCTION(wb_bring_to_front)
578578

579579
ZEND_FUNCTION(wb_get_window_buffer)
580580
{
581-
long pwbo;
581+
zend_long pwbo;
582582

583583
ZEND_PARSE_PARAMETERS_START(1, 1)
584584
Z_PARAM_LONG(pwbo)
@@ -592,7 +592,7 @@ ZEND_FUNCTION(wb_get_window_buffer)
592592

593593
ZEND_FUNCTION(wb_get_window_handle)
594594
{
595-
long pwbo;
595+
zend_long pwbo;
596596

597597
ZEND_PARSE_PARAMETERS_START(1, 1)
598598
Z_PARAM_LONG(pwbo)

0 commit comments

Comments
 (0)