projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f589e
)
Make sure AST_DIGIT_ANY really means any (bug #3538)
author
Mark Spencer
<markster@digium.com>
Wed, 9 Feb 2005 17:15:35 +0000
(17:15 +0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 9 Feb 2005 17:15:35 +0000
(17:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4990
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/file.h
patch
|
blob
|
history
diff --git
a/include/asterisk/file.h
b/include/asterisk/file.h
index
f2b9766
..
9edfcaa
100755
(executable)
--- a/
include/asterisk/file.h
+++ b/
include/asterisk/file.h
@@
-25,7
+25,7
@@
extern "C" {
/*! Convenient for waiting */
-#define AST_DIGIT_ANY "0123456789#*"
+#define AST_DIGIT_ANY "0123456789#*ABCD"
#define SEEK_FORCECUR 10