projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3bf7daa
)
Increase the size of filenames stored when astmm is used. If the path
author
James Golovich
<james@gnuinter.net>
Thu, 24 Jan 2008 18:35:04 +0000
(18:35 +0000)
committer
James Golovich
<james@gnuinter.net>
Thu, 24 Jan 2008 18:35:04 +0000
(18:35 +0000)
length was long they would be truncated and grouped together with
whatever matches
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100224
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/astmm.c
patch
|
blob
|
history
diff --git
a/main/astmm.c
b/main/astmm.c
index
3d180ac
..
69c124f
100644
(file)
--- a/
main/astmm.c
+++ b/
main/astmm.c
@@
-65,7
+65,7
@@
static FILE *mmlog;
static struct ast_region {
struct ast_region *next;
- char file[40];
+ char file[64];
char func[40];
unsigned int lineno;
enum func_type which;