src/win32/libc_interface.c

changeset 12488
72878a4bf35a
parent 11543
e7218de0b500
child 12749
704b51d5007a
equal deleted inserted replaced
12487:e655e4c98020 12488:72878a4bf35a
228 break; 228 break;
229 } 229 }
230 } 230 }
231 /* Replace the length with the actually used length */ 231 /* Replace the length with the actually used length */
232 ifc->ifc_len = ifc->ifc_len - (ifc->ifc_buf - tmp); 232 ifc->ifc_len = ifc->ifc_len - (ifc->ifc_buf - tmp);
233 return 0;
233 } 234 }
234 } 235 }
235 default: 236 default:
236 errno = EINVAL; 237 errno = EINVAL;
237 return -1; 238 return -1;

mercurial