[vte] Optimize iso2022 map struct on x86-64
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Optimize iso2022 map struct on x86-64
- Date: Thu, 20 Aug 2009 22:17:40 +0000 (UTC)
commit 68ac36d9bb7e3ad17bda46de00de229cbe0ff5db
Author: Behdad Esfahbod <behdad behdad org>
Date: Thu Aug 20 18:15:10 2009 -0400
Optimize iso2022 map struct on x86-64
src/iso2022.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/iso2022.c b/src/iso2022.c
index 43069b9..0824905 100644
--- a/src/iso2022.c
+++ b/src/iso2022.c
@@ -50,7 +50,7 @@
#define INVALID_CODEPOINT 0xFFFD
struct _vte_iso2022_map {
- gulong from;
+ guint from;
gunichar to;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]