[ekg2-commit] r3986 - trunk/ekg: trunk/ekg/commands.c

SVN commit svn w toxygen.net
Czw, 10 Kwi 2008, 00:53:02 CEST


Author: wiechu
Date: 2008-04-10 00:53:01 +0200 (Thu, 10 Apr 2008)
New Revision: 3986

Modified:
   trunk/ekg/commands.c
Log:
    Fix segv, reported by dmilith.


Modified: trunk/ekg/commands.c
===================================================================
--- trunk/ekg/commands.c	2008-04-08 17:36:03 UTC (rev 3985)
+++ trunk/ekg/commands.c	2008-04-09 22:53:01 UTC (rev 3986)
@@ -3558,7 +3558,7 @@
 		}
 
 		if (!(c = conference_find(params[1]))) {
-			printq("conferences_noexist");
+			printq("conferences_noexist", params[1]);
 			return -1;
 		}
 



Więcej informacji o liście dyskusyjnej ekg2-commit