Changeset 478 for trunk/zoo-project/zoo-services/utils/status/service.c
- Timestamp:
- May 27, 2014, 4:05:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-services/utils/status/service.c
r471 r478 104 104 */ 105 105 char *tmpStr=getStatus(atoi(tmpMap->value)); 106 #ifdef DEBUG 106 107 fprintf(stderr,"DEBUG: %s \n",tmpStr); 108 #endif 107 109 if(tmpStr!=NULL && strncmp(tmpStr,"-1",2)!=0){ 108 110 char *tmpStr1=strdup(tmpStr);
Note: See TracChangeset
for help on using the changeset viewer.