forked from pool/mapserver
Reworked the patch a little again
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=77
This commit is contained in:
parent
4434f6e4d6
commit
5d0b595ea4
@ -1,6 +1,6 @@
|
|||||||
diff -urNad mapserver-6.0.0~/mapunion.c mapserver-6.0.0/mapunion.c
|
diff -urNad a/mapunion.c a/mapunion.c.orig
|
||||||
--- mapserver-6.0.0/mapunion.c (revision 11709)
|
--- a/mapunion.c 2011-05-31 08:51:45.691271866 +0200
|
||||||
+++ mapserver-6.0.0/mapunion.c (revision 11714)
|
+++ a/mapunion.c.orig 2011-05-31 08:51:35.083376517 +0200
|
||||||
@@ -236,7 +236,7 @@
|
@@ -236,7 +236,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -10,24 +10,3 @@ diff -urNad mapserver-6.0.0~/mapunion.c mapserver-6.0.0/mapunion.c
|
|||||||
{
|
{
|
||||||
int i,j;
|
int i,j;
|
||||||
freeExpressionTokens(&(layer->filter));
|
freeExpressionTokens(&(layer->filter));
|
||||||
@@ -316,5 +316,5 @@
|
|
||||||
/* get items requested by the union layer plus the required items */
|
|
||||||
msLayerSetProcessingKey(srclayer, "ITEMS", itemlist);
|
|
||||||
- if (msLayerWhichItems(srclayer, TRUE, NULL) != MS_SUCCESS)
|
|
||||||
+ if (msLayerWhichItems(srclayer, MS_TRUE, NULL) != MS_SUCCESS)
|
|
||||||
{
|
|
||||||
msFree(itemlist);
|
|
||||||
@@ -325,5 +325,5 @@
|
|
||||||
{
|
|
||||||
/* get only the required items */
|
|
||||||
- if (msLayerWhichItems(srclayer, FALSE, NULL) != MS_SUCCESS)
|
|
||||||
+ if (msLayerWhichItems(srclayer, MS_FALSE, NULL) != MS_SUCCESS)
|
|
||||||
return MS_FAILURE;
|
|
||||||
}
|
|
||||||
@@ -354,5 +354,5 @@
|
|
||||||
|
|
||||||
/* get only the required items */
|
|
||||||
- if (msLayerWhichItems(srclayer, FALSE, NULL) != MS_SUCCESS)
|
|
||||||
+ if (msLayerWhichItems(srclayer, MS_FALSE, NULL) != MS_SUCCESS)
|
|
||||||
return MS_FAILURE;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user