aboutsummaryrefslogtreecommitdiffstats
path: root/XWindow.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-01 16:22:38 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-01 16:22:38 +0000
commit194757539bf5f48d105f2739502c8b91af650ec8 (patch)
treedf480393832682f2a85968d30024b34c43d6766a /XWindow.c
parent6104a8cef9a1a0e88fe95a23d17447e14d33d2ea (diff)
downloadlcd4linux-194757539bf5f48d105f2739502c8b91af650ec8.tar.gz
[lcd4linux @ 2000-04-01 16:22:38 by reinelt]
bug that caused a segfault in processor.c fixed (thanks to herp) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@29 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'XWindow.c')
-rw-r--r--XWindow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/XWindow.c b/XWindow.c
index 87dd84e..fec5936 100644
--- a/XWindow.c
+++ b/XWindow.c
@@ -1,4 +1,4 @@
-/* $Id: XWindow.c,v 1.10 2000/03/31 04:41:22 reinelt Exp $
+/* $Id: XWindow.c,v 1.11 2000/04/01 16:22:38 reinelt Exp $
*
* X11 Driver for LCD4Linux
*
@@ -20,9 +20,9 @@
*
*
* $Log: XWindow.c,v $
- * Revision 1.10 2000/03/31 04:41:22 reinelt
+ * Revision 1.11 2000/04/01 16:22:38 reinelt
*
- * X11 driver: semaphore bug fixed
+ * bug that caused a segfault in processor.c fixed (thanks to herp)
*
* Revision 1.10 2000/03/31 01:42:11 herp
*