Ticket #170: response_print.patch
File response_print.patch, 579 bytes (added by jmckenna, 6 years ago) |
---|
response_print.c patch |
-
response_print.c
2874 2874 nbFeatures=getMap(tmpI->content,"nb_features"); 2875 2875 geodatatype=getMap(tmpI->content,"geodatatype"); 2876 2876 if((nbFeatures!=NULL && atoi(nbFeatures->value)==0) || 2877 (geodatatype!=NULL && strcasecmp(geodatatype->value,"other")==0)) 2877 (geodatatype!=NULL && strcasecmp(geodatatype->value,"other")==0)){ 2878 2878 error=1; 2879 2879 res=SERVICE_FAILED; 2880 } 2880 2881 } 2881 2882 } 2882 2883 #endif