mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-23 12:57:07 +00:00
Review of data types to reduce memory usage (no change of functionality)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
static const unsigned long int gb2312_lookup[] = {
|
||||
static const unsigned short int gb2312_lookup[] = {
|
||||
0x00A4, 0xA1E8,
|
||||
0x00A7, 0xA1EC,
|
||||
0x00A8, 0xA1A7,
|
||||
|
||||
Reference in New Issue
Block a user