[hackers] ii: new tip (= 51)

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Fri, 02 Feb 2007 13:50:02 +0100

changeset: 51:e8133981d961
tag: tip
user: Nico Golde <nion_AT_suckless.org>
date: Fri Feb 02 13:47:08 2007 +0100
files: ii.c
description:
SLOC -> LOC

diff -r a07cfa04a3c9 -r e8133981d961 ii.c
--- a/ii.c Thu Feb 01 12:00:59 2007 +0100
+++ b/ii.c Fri Feb 02 13:47:08 2007 +0100
@@ -274,7 +274,7 @@ static void proc_channels_input(Channel
                                 snprintf(message, PIPE_BUF, "PART %s :%s\r\n", c->name, &buf[3]);
                         else
                                 snprintf(message, PIPE_BUF,
- "PART %s :ii - 500SLOC are too much\r\n", c->name);
+ "PART %s :ii - 500 LOC are too much\r\n", c->name);
                         write(irc, message, strlen(message));
                         close(c->fd);
                         create_filepath(infile, sizeof(infile), c->name, "in");
Received on Fri Feb 02 2007 - 13:50:02 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:54:49 UTC