convert chars to signed/unsigned
This commit is contained in:
parent
783d56c72a
commit
8c014802c9
8 changed files with 15 additions and 15 deletions
|
|
@ -1,3 +1,3 @@
|
|||
struct DivOrders {
|
||||
char ord[32][128];
|
||||
unsigned char ord[32][128];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue