[zaptel-commits] kpfleming: branch 1.4 r3590 - /branches/1.4/zaptel.h

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Wed Jan 2 12:00:59 CST 2008


Author: kpfleming
Date: Wed Jan  2 12:00:59 2008
New Revision: 3590

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3590
Log:
allow longer parameter names

Modified:
    branches/1.4/zaptel.h

Modified: branches/1.4/zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel.h?view=diff&rev=3590&r1=3589&r2=3590
==============================================================================
--- branches/1.4/zaptel.h (original)
+++ branches/1.4/zaptel.h Wed Jan  2 12:00:59 2008
@@ -876,7 +876,7 @@
 };
 
 struct zt_echocanparam {
-	char name[8];
+	char name[16];
 	unsigned int value;
 };
 




More information about the zaptel-commits mailing list