Skip to content

Commit d3fe1be

Browse files
committed
Fix reiconv_version bug.
修改: ChangeLog 修改: lib/iconv.cpp
1 parent 67525ed commit d3fe1be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Finish NLS Translate language maps (en_US, zh_CN).
44
Add Doxygen notes for 'cppp/reiconv.hpp'.
5+
Fix 'reiconv_version' bug (changed it to 2.0).
56

67
2023-07-19 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
78

lib/iconv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ namespace cppp{namespace base{namespace reiconv
488488
};
489489

490490
/* version number: (major<<8) + minor */
491-
int reiconv_version = (3 << 8) + 0;
491+
int reiconv_version = (2 << 8) + 0;
492492

493493

494494
#define tmpbufsize 4096

0 commit comments

Comments
 (0)