mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
DOM: Change struct dom_string length member from size_t to unsigned int
Requested-by: Miciah
This commit is contained in:
parent
6fe1a431f1
commit
1b4bee7a82
@ -10,7 +10,7 @@
|
||||
* and it needs to be possible to adapt the string library to that. --jonas */
|
||||
|
||||
struct dom_string {
|
||||
size_t length;
|
||||
unsigned int length;
|
||||
unsigned char *string;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user