mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-18 03:28:07 -05:00
COmpiling _before_ committing is usually a good idea.
[originally from svn r2556]
This commit is contained in:
parent
5738dc219b
commit
c81fa2ff24
@ -1,4 +1,4 @@
|
|||||||
/* $Id: macterm.c,v 1.41 2003/01/12 13:50:04 ben Exp $ */
|
/* $Id: macterm.c,v 1.42 2003/01/12 14:23:00 ben Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999 Simon Tatham
|
* Copyright (c) 1999 Simon Tatham
|
||||||
* Copyright (c) 1999, 2002 Ben Harris
|
* Copyright (c) 1999, 2002 Ben Harris
|
||||||
@ -188,7 +188,7 @@ void mac_startsession(Session *s)
|
|||||||
ShowWindow(s->window);
|
ShowWindow(s->window);
|
||||||
s->next = sesslist;
|
s->next = sesslist;
|
||||||
s->prev = s->next->prev;
|
s->prev = s->next->prev;
|
||||||
if (ret->next != NULL)
|
if (s->next != NULL)
|
||||||
s->next->prev = &s->next;
|
s->next->prev = &s->next;
|
||||||
sesslist = s;
|
sesslist = s;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user