Browse Source

- WS

pull/12/head
Pierre Joye 16 years ago
parent
commit
1e26362d4b
  1. 2
      win32/winutil.c

2
win32/winutil.c

@ -76,7 +76,7 @@ PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{
if (i == size) {
return SUCCESS;
}
}
}
return FAILURE;
}
/* }}} */
Loading…
Cancel
Save