Am Dienstag, 5. Juni 2007 schrieb Giel van Schijndel:
> Author: muggenhor
> Date: Tue Jun  5 14:01:59 2007
> New Revision: 1463
>
> URL: http://svn.gna.org/viewcvs/warzone?rev=1463&view=rev
> Log:
>  * Replace usage of uint8_t with char for C-strings; while (u)int8_t works
> perfectly nice for numbers it isn't nice for text (char-array) * To make
> sure we still have the guarantee that a char is 8bit I've inserted a static
> assertion for this (CHAR_BIT == 8)
TPageFiles is read from a file, so it should have a guaranteed size. Whether 
uint8_t looks nice or not is not up to discussion, I think. It contains 
exactly 8 bit and that is exactly what is needed in that place. Even if it 
contains a string or hell knows what.

--Dennis

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to