Skip to content

Commit

Permalink
Applied patch proposed in #5098.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlime committed May 26, 2015
1 parent d14bef1 commit baa39a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/php/map.c
Expand Up @@ -1951,7 +1951,7 @@ PHP_METHOD(mapObj, saveQuery)
zval *zobj = getThis(); zval *zobj = getThis();
char *filename; char *filename;
long filename_len = 0; long filename_len = 0;
int results = MS_FALSE; long results = MS_FALSE;
int status = MS_FAILURE; int status = MS_FAILURE;
php_map_object *php_map; php_map_object *php_map;


Expand Down

0 comments on commit baa39a5

Please sign in to comment.