- Timestamp:
- Apr 10, 2014, 3:25:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal.c
r459 r464 1997 1997 char *tmp0; 1998 1998 if(lenv!=NULL){ 1999 tmp0=(char*)malloc((strlen(lenv->value)+strlen(_("Unable to run the Service. The message returned back by the Service was the following: " +1)))*sizeof(char));1999 tmp0=(char*)malloc((strlen(lenv->value)+strlen(_("Unable to run the Service. The message returned back by the Service was the following: "))+1)*sizeof(char)); 2000 2000 sprintf(tmp0,_("Unable to run the Service. The message returned back by the Service was the following: %s"),lenv->value); 2001 2001 }
Note: See TracChangeset
for help on using the changeset viewer.