Changeset 476 for trunk/zoo-project/zoo-kernel/service_internal.c
- Timestamp:
- May 27, 2014, 10:33:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal.c
r471 r476 68 68 69 69 #include <windows.h> 70 #include <fcgi_stdio.h> 70 71 #include <stdio.h> 71 72 #include <conio.h> … … 1154 1155 xmlAddChild(nc6,nc8); 1155 1156 _tmp0=e->supported; 1156 tmp1=_tmp0->content; 1157 goto doRange; 1157 if(getMap(_tmp0->content,"range")!=NULL || 1158 getMap(_tmp0->content,"rangeMin")!=NULL || 1159 getMap(_tmp0->content,"rangeMax")!=NULL || 1160 getMap(_tmp0->content,"rangeClosure")!=NULL ){ 1161 tmp1=_tmp0->content; 1162 goto doRange; 1163 } 1158 1164 }else{ 1159 1165 _tmp0=_tmp0->next; 1160 1166 if(_tmp0!=NULL){ 1161 1167 xmlAddChild(nc6,nc8); 1162 tmp1=_tmp0->content; 1163 goto doRange; 1168 if(getMap(_tmp0->content,"range")!=NULL || 1169 getMap(_tmp0->content,"rangeMin")!=NULL || 1170 getMap(_tmp0->content,"rangeMax")!=NULL || 1171 getMap(_tmp0->content,"rangeClosure")!=NULL ){ 1172 tmp1=_tmp0->content; 1173 goto doRange; 1174 } 1164 1175 } 1165 1176 }
Note: See TracChangeset
for help on using the changeset viewer.