Browse Source
A base_uint used to be made of an array of unsigned ints. This works fine on most platforms, but might not work on certain present or future platforms. The code breaks if an unsigned int is 16 or 64 bits, so it's important to be specific. Also changed "u" to "you".miguelfreitas
William Yager
12 years ago
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue