[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix error message
From: |
Shigio Yamaguchi |
Subject: |
Re: [PATCH] fix error message |
Date: |
Sun, 01 Jun 2003 01:23:12 +0900 |
Fixed. Thank you.
> 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
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
Spare mail address: <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3