summaryrefslogtreecommitdiff
path: root/src/ivybind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivybind.c')
-rw-r--r--src/ivybind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivybind.c b/src/ivybind.c
index 27d5705..8f919b2 100644
--- a/src/ivybind.c
+++ b/src/ivybind.c
@@ -270,7 +270,7 @@ int IvyBindingFilter(const char *expression)
FiltredWordPtr word=0;
int err;
int regexp_ok = 1; /* accepte tout par default */
- int tokenlen;
+ int tokenlen = 0;
const char *token;
if ( *expression =='^' && messages_classes !=0 )
@@ -318,4 +318,4 @@ void IvyBindingTerminate()
}
IVY_LIST_EMPTY( messages_classes );
messages_classes = 0;
-} \ No newline at end of file
+}