1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/sysutils/wmmon/files/patch-ac
Jun Kuriyama ce44d21673 Fix to compile on -current (and others).
Change MAINTAINER to Stephen Kiernam <sk-ports@vegamuse.org>.

PR:			ports/11880
Submitted by:		Stephen Kiernam <sk-ports@vegamuse.org>
No response from:	old maintainer
1999-06-14 13:29:14 +00:00

14 lines
311 B
Plaintext

*** ../../wmmon.app/wmgeneral/misc.c.orig Tue May 19 17:13:23 1998
--- ../../wmmon.app/wmgeneral/misc.c Mon May 24 21:26:26 1999
***************
*** 64,69 ****
--- 64,71 ----
t = ret = malloc(strlen(word)+1);
ptr = word;
+
+ if (ret==NULL) return NULL;
state = 0;
*t = 0;