1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 03:16:38 +02:00

xop char is a const char * now, as that is what is returned.

git-svn-id: svn://svn.anope.org/anope/trunk@988 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@713 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-01 17:21:10 +00:00
parent c00fd1215e
commit ba2da27fa1
+1 -1
View File
@@ -101,7 +101,7 @@ static int access_list(User * u, int index, ChannelInfo * ci,
int *sent_header)
{
ChanAccess *access = &ci->access[index];
char *xop;
const char *xop;
if (!access->in_use)
return 0;