Insert a missing ampersand that meant that the last version didn't even
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 17 Mar 2003 22:38:18 +0000 (22:38 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 17 Mar 2003 22:38:18 +0000 (22:38 +0000)
compile.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2954 cda61777-01e9-0310-a592-d414129be87e

mac/macdlg.c

index d293811..b5272db 100644 (file)
@@ -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;