Changeset 898
- Timestamp:
- Mar 21, 2019, 5:06:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/zoo-project/zoo-kernel/service_internal_ms.c
r897 r898 1163 1163 sprintf(tmpN,"Band%d",iBand+1); 1164 1164 if (CPLGetLastErrorType() == CE_None){ 1165 char tmpMm[100],tmpMp[100] ;1165 char tmpMm[100],tmpMp[100],tmpNb[3]; 1166 1166 sprintf(tmpMm,"%.3f %.3f",pdfMin,pdfMax); 1167 1167 if(pdfMin!=pdfMax && (styleMap==NULL || strstr(styleMap->value,"SCALE_")==NULL)){
Note: See TracChangeset
for help on using the changeset viewer.