[Asterisk-cvs] asterisk/astman astman.c,1.8,1.9

markster at lists.digium.com markster at lists.digium.com
Sat May 8 16:32:02 CDT 2004


Update of /usr/cvsroot/asterisk/astman
In directory mongoose.digium.com:/tmp/cvs-serv25573/astman

Modified Files:
	astman.c 
Log Message:
Update default astman types for newer newt (bug #1578)


Index: astman.c
===================================================================
RCS file: /usr/cvsroot/asterisk/astman/astman.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- astman.c	22 Apr 2004 00:20:33 -0000	1.8
+++ astman.c	8 May 2004 20:41:27 -0000	1.9
@@ -430,7 +430,7 @@
 	newtComponent ok;
 	newtComponent cancel;
 	newtComponent inpfield;
-	char *input;
+	const char *input;
 	int res = -1;
 	struct newtExitStruct es;
 
@@ -553,8 +553,8 @@
 	newtComponent label;
 	newtComponent ulabel;
 	newtComponent plabel;
-	char *user;
-	char *pass;
+	const char *user;
+	const char *pass;
 	struct message *m;
 	struct newtExitStruct es;
 	char tmp[55];




More information about the svn-commits mailing list