aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-15 19:40:08 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-15 19:40:08 +0000
commitc44967b62f311bcb49a3d8dd9160052d2b9703ad (patch)
treed8ef1e5364c758854cdabb1b120bcd8893c734fe /ChangeLog
parent36317eea5e55e8f1621603d4d31ba37f7c5833d9 (diff)
correct a small problem with recent commit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7103 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc13a76c5..aa1501b23 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-15 Kevin P. Fleming <kpfleming@limerick.digium.com>
+ * apps/app_disa.c (disa_exec): don't duplicate constant strings when not needed
+
* apps/app_playback.c (playback_exec): use correct logic tests for options (issue #5752)
* apps/app_disa.c (disa_exec): use standard arg parsing routines (issue #5736)