Changeset 837 for trunk/zoo-project/zoo-kernel
- Timestamp:
- Aug 3, 2017, 8:58:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/caching.c
r817 r837 233 233 memcpy(tmpMap->value,fcontent,(fsize+1)*sizeof(char)); 234 234 if(hInternet->ihandle[*index].code!=200){ 235 c har *error_rep_str=_("Unable to download the file for the input <%s>, response code was : %d.");235 const char *error_rep_str=_("Unable to download the file for the input <%s>, response code was : %d."); 236 236 char *error_msg=(char*)malloc((strlen(error_rep_str)+strlen(content->name)+4)*sizeof(char)); 237 237 sprintf(error_msg,error_rep_str,content->name,hInternet->ihandle[*index].code);
Note: See TracChangeset
for help on using the changeset viewer.