From 5cec2fd9fc0afb60289664fcfdda0dac135975b6 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 17 Mar 2003 22:38:18 +0000 Subject: [PATCH] Insert a missing ampersand that meant that the last version didn't even compile. git-svn-id: svn://svn.tartarus.org/sgt/putty@2954 cda61777-01e9-0310-a592-d414129be87e --- mac/macdlg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/macdlg.c b/mac/macdlg.c index d293811e..b5272dbd 100644 --- a/mac/macdlg.c +++ b/mac/macdlg.c @@ -1,4 +1,4 @@ -/* $Id: macdlg.c,v 1.13 2003/03/17 21:40:37 ben Exp $ */ +/* $Id: macdlg.c,v 1.14 2003/03/17 22:38:18 ben Exp $ */ /* * Copyright (c) 2002 Ben Harris * All rights reserved. @@ -78,7 +78,7 @@ void mac_newsession(void) wi = smalloc(sizeof(*wi)); memset(wi, 0, sizeof(*wi)); wi->s = s; - wi->mcs = s->settings_ctrls; + wi->mcs = &s->settings_ctrls; wi->wtype = wSettings; wi->update = &macctrl_update; wi->click = &macctrl_click; -- 2.11.0