1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-27 15:54:45 +00:00

- katastrophalen Fix fuer Return-Wert korrigiert ... ARGL!

This commit is contained in:
Alexander Barton 2002-09-17 17:11:56 +00:00
parent 157718a7a3
commit 982a08b80d

View File

@ -9,7 +9,7 @@
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
*
* $Id: irc-write.c,v 1.7 2002/09/16 09:19:23 alex Exp $
* $Id: irc-write.c,v 1.8 2002/09/17 17:11:56 alex Exp $
*
* irc-write.c: IRC-Texte und Befehle ueber Netzwerk versenden
*/
@ -263,7 +263,7 @@ va_dcl
vsnprintf( buffer, 1000, Format, ap );
va_end( ap );
return;
IRC_WriteStrServersPrefixFlag( ExceptOf, Prefix, '\0', buffer );
} /* IRC_WriteStrServersPrefix */