[Asterisk-java-users] Possible minor bug in ReplyBuilderImpl
Brought to you by:
srt
|
From: Steve D. <Ste...@Su...> - 2005-03-31 19:04:48
|
I think the blank is in the wrong place --
diff -r1.1 ReplyBuilderImpl.java
41c41
< .compile("^200 result=\\S+( \\(.*\\) )?(.+)$");
---
> .compile("^200 result=\\S+ (\\(.*\\) )?(.+)$");
|