1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/xbanner/files/patch-ab
Seiichirou Hiraoka 7fe2cd9939 PR: ports/9575
Submitted by:	giffunip@asme.org
make your XDM login screen look beautiful
1999-01-20 08:18:57 +00:00

20 lines
397 B
Plaintext

*** xb_check.c.orig Mon Jan 18 23:27:31 1999
--- xb_check.c Mon Jan 18 23:31:08 1999
***************
*** 145,151 ****
}
/* boolean that checks if a string is numeric */
! int isnumber(char *s)
{
if(atoi(s)==0 && *s!='0')
return 0;
--- 145,151 ----
}
/* boolean that checks if a string is numeric */
! int isnumb(char *s)
{
if(atoi(s)==0 && *s!='0')
return 0;