summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Src/Zle/zle.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ab1319ac..4484b71b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-21 Peter Stephenson <pws@csr.com>
+
+ * 20833: Src/Zle/zle.h: typo in 20822: int_t should have
+ been wint_t.
+
2005-02-19 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Completion/Unix/Command/_rsync: A little more
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h
index a76d08e2d..3d9f880b0 100644
--- a/Src/Zle/zle.h
+++ b/Src/Zle/zle.h
@@ -30,7 +30,7 @@
#ifdef ZLE_UNICODE_SUPPORT
typedef wchar_t ZLE_CHAR_T;
typedef wchar_t *ZLE_STRING_T;
-typedef int_t ZLE_INT_T;
+typedef wint_t ZLE_INT_T;
#define ZLE_CHAR_SIZE sizeof(wchar_t)
/*