about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-02-17 09:19:03 -0600
committerMarco Peereboom <marco@conformal.com>2012-02-17 09:19:03 -0600
commit0e246426103279289b8bdf71f8c1c4f3c7b714a0 (patch)
tree8452f265f03568e081648e3dfd4cdc21da9f7f31 /xxxterm.c
parentdce7d4a4c4f8ad27c5ff7c1fd08931208dbfec1d (diff)
downloadxombrero-0e246426103279289b8bdf71f8c1c4f3c7b714a0.tar.gz
on linux unsigned long long isnt unsigned long long
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index b845a7e..6b40fe7 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -251,7 +251,7 @@ int			undo_count;
 int			cmd_history_count = 0;
 int			search_history_count = 0;
 char			*global_search;
-long long unsigned int	blocked_cookies = 0;
+uint64_t		blocked_cookies = 0;
 char			named_session[PATH_MAX];
 GtkListStore		*completion_model;
 GtkListStore		*buffers_store;