Changeset 344 for trunk/zoo-project/zoo-kernel/ulinet.c
- Timestamp:
- Oct 30, 2011, 9:14:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/ulinet.c
r274 r344 486 486 size_t dwRead; 487 487 InternetReadFile(res,(LPVOID)tmpValue,res.nDataLen,&dwRead); 488 fprintf(stderr,"content downloaded (%d) (%s) \n",dwRead,tmpValue); 489 if(dwRead==0){ 490 JS_SET_RVAL(cx, argv1,STRING_TO_JSVAL(JS_NewStringCopyN(cx,"Unable to access the file.",strlen("Unable to access the file.")))); 491 return JS_TRUE; 492 } 493 488 494 #ifdef ULINET_DEBUG 489 495 fprintf(stderr,"content downloaded (%d) (%s) \n",dwRead,tmpValue);
Note: See TracChangeset
for help on using the changeset viewer.