[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix error message
From: |
Hideki IWAMOTO |
Subject: |
[PATCH] fix error message |
Date: |
Sun, 01 Jun 2003 01:14:51 +0900 |
Index: global/global.c
===================================================================
RCS file: /cvsroot/global/global/global/global.c,v
retrieving revision 1.63
diff -u -r1.63 global.c
--- global/global.c 23 May 2003 00:20:51 -0000 1.63
+++ global/global.c 31 May 2003 16:11:08 -0000
@@ -719,11 +719,11 @@
while (*p && isdigit(*p))
p++;
if (*p != ':')
- die("invalid grep output format. '%s'", line);
+ die("invalid lid(id-utils) output format. '%s'", line);
*p++ = 0;
linenum = atoi(lno);
if (linenum <= 0)
- die("invalid grep output format. '%s'", line);
+ die("invalid lid(id-utils) output format. '%s'", line);
/*
* print out.
*/
----
Hideki IWAMOTO address@hidden
- [PATCH] fix error message,
Hideki IWAMOTO <=