openbsd-ports/mail/tkrat/patches/patch-lib_ratAddress_c
stu a581250db8 Now works with Tcl/Tk 8.5 and uses new port 'Byzi'.
Take maintainer with permission.

Ok sthen@ landry@
2012-08-22 05:17:33 +00:00

13 lines
504 B
Plaintext

$OpenBSD: patch-lib_ratAddress_c,v 1.1 2012/08/22 05:17:33 stu Exp $
--- lib/ratAddress.c.orig Fri May 4 17:06:22 2012
+++ lib/ratAddress.c Fri May 4 17:06:44 2012
@@ -1175,7 +1175,7 @@ RatExpandAlias(Tcl_Interp *interp, Tcl_DString *list,
CONST84 char *entry_start, *entry_end, *key_start, *key_end, *c, *copy, *n;
struct passwd *pwPtr;
int length;
- AliasInfo *aliasPtr;
+ AliasInfo *aliasPtr = NULL;
Tcl_HashEntry *entryPtr;
Tcl_DString expanded;
ParseState ps;