mirror of
https://git.code.sf.net/p/zint/code
synced 2026-02-01 16:25:59 +00:00
Review of data types to reduce memory usage (no change of functionality)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
## You can use, modify, distribute this table freely.
|
||||
*/
|
||||
|
||||
unsigned long int sjis_lookup[] = {
|
||||
static const unsigned short int sjis_lookup[] = {
|
||||
0x005C, 0x815F, // REVERSE SOLIDUS
|
||||
0x00A2, 0x8191, // CENT SIGN
|
||||
0x00A3, 0x8192, // POUND SIGN
|
||||
|
||||
Reference in New Issue
Block a user