| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scx/c/xlib gcontext.c,1.4,1.5 |
| From: | David Frese <frese@users.sourceforge.net> |
| Date: | Thu, 19 Jul 2001 08:33:52 -0700 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scx/c/xlib
In directory usw-pr-cvs1:/tmp/cvs-serv27184
Modified Files:
gcontext.c
Log Message:
fixed bug in AList_To_GCValues.
Index: gcontext.c
===================================================================
RCS file: /cvsroot/scsh/scx/c/xlib/gcontext.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** gcontext.c 2001/07/16 11:52:01 1.4
--- gcontext.c 2001/07/19 15:33:50 1.5
***************
*** 3,7 ****
unsigned long AList_To_GCValues(s48_value alist, XGCValues* GCV) {
! unsigned long mask;
s48_value l;
char* cname;
--- 3,7 ----
unsigned long AList_To_GCValues(s48_value alist, XGCValues* GCV) {
! unsigned long mask = 0;
s48_value l;
char* cname;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scx/c/xlib event.c,1.4,1.5, David Frese |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scx/c/xlib window.c,1.6,1.7, David Frese |
| Previous by Thread: | [Scsh-checkins] CVS: scx/c/xlib event.c,1.4,1.5, David Frese |
| Next by Thread: | [Scsh-checkins] CVS: scx/c/xlib window.c,1.6,1.7, David Frese |
| Indexes: | [Date] [Thread] [Top] [All Lists] |