summaryrefslogtreecommitdiffstats
path: root/util/webgrep.c
diff options
context:
space:
mode:
authorlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-19 21:40:50 +0800
committerlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-19 21:40:50 +0800
commit1ebb3c9a6bc4ac3942f1e1ed9ce47d9178f65d1c (patch)
treece186913fd847018a160aac5962c8666ca2fe6d8 /util/webgrep.c
parentf082cdc9a02b4aa5699d9bf0555729c03a689313 (diff)
downloadpttbbs-1ebb3c9a6bc4ac3942f1e1ed9ce47d9178f65d1c.tar
pttbbs-1ebb3c9a6bc4ac3942f1e1ed9ce47d9178f65d1c.tar.gz
pttbbs-1ebb3c9a6bc4ac3942f1e1ed9ce47d9178f65d1c.tar.bz2
pttbbs-1ebb3c9a6bc4ac3942f1e1ed9ce47d9178f65d1c.tar.lz
pttbbs-1ebb3c9a6bc4ac3942f1e1ed9ce47d9178f65d1c.tar.xz
pttbbs-1ebb3c9a6bc4ac3942f1e1ed9ce47d9178f65d1c.tar.zst
pttbbs-1ebb3c9a6bc4ac3942f1e1ed9ce47d9178f65d1c.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@330 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/webgrep.c')
-rw-r--r--util/webgrep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/webgrep.c b/util/webgrep.c
index 07089bb6..d3d7304f 100644
--- a/util/webgrep.c
+++ b/util/webgrep.c
@@ -1,4 +1,4 @@
-/* $Id: webgrep.c,v 1.1 2002/03/07 15:13:46 in2 Exp $ */
+/* $Id: webgrep.c,v 1.2 2002/06/19 13:38:01 lwms Exp $ */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -15,7 +15,7 @@ int main()
buf = genbuf;
if (!strncmp(genbuf, "lynx: Can't access", 18))
{
- printf("氣象報導小姐休假中,請到Record版翻過去資料.");
+ printf("氣象報導小姐休假中,請到Record板翻過去資料.");
break;
}
for (ansi = 0; *str; str++)