We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedfe0b commit e8bc489Copy full SHA for e8bc489
lib/cache_sqlite.c
@@ -838,7 +838,7 @@ static void _mapcache_cache_sqlite_configuration_parse_xml(mapcache_context *ctx
838
839
cache->detect_blank = 0;
840
if ((cur_node = ezxml_child(node, "detect_blank")) != NULL) {
841
- if(!strcasecmp(cur_node->txt,"true")) {
+ if(strcasecmp(cur_node->txt,"false")) {
842
cache->detect_blank = 1;
843
}
844
0 commit comments