2007-07-18 22:02:34 +02:00
|
|
|
--- src/util.c
|
|
|
|
+++ src/util.c
|
2007-11-06 00:30:50 +01:00
|
|
|
@@ -1193,6 +1193,8 @@
|
2007-07-18 22:02:34 +02:00
|
|
|
/* strchr() matches trailing binary 0 */
|
|
|
|
while (*(++r) && strchr ("0123456789;?", *r));
|
|
|
|
}
|
2007-11-06 00:30:50 +01:00
|
|
|
+ else if (*r == '(')
|
2007-07-18 22:02:34 +02:00
|
|
|
+ r++;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Now we are at the last character of the sequence.
|