Changeset 605 for trunk/zoo-project/zoo-kernel/zoo_loader.c
- Timestamp:
- Mar 9, 2015, 4:46:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/zoo_loader.c
r601 r605 111 111 delete[] buffer; 112 112 if(res==NULL && (strQuery==NULL || strlen(strQuery)==0)){ 113 return errorException(NULL,"ZOO-Kernel failed to process your request cause the request was emtpty.","InternalError",NULL);113 return errorException(NULL,"ZOO-Kernel failed to process your request because the request was empty.","InternalError",NULL); 114 114 }else{ 115 115 if(strQuery==NULL || strlen(strQuery)==0)
Note: See TracChangeset
for help on using the changeset viewer.