summaryrefslogtreecommitdiff
path: root/console/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2008-06-10 22:03:34 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2008-06-10 22:03:34 +0000
commit68b00fd1be95b3ee5f962bf7d624c61875d8db86 (patch)
treed3e2b6ece79fa20d1bbb0dfcbc3ec329ec0e8b8d /console/ChangeLog
parent9c4205108f5c97e884f63aab6b69cad5fb9b793d (diff)
* console.c (parse_color): Check the character pointed by tail instead
of its address.
Diffstat (limited to 'console/ChangeLog')
-rw-r--r--console/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog
index 7422ee61..45b0dc99 100644
--- a/console/ChangeLog
+++ b/console/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * console.c (parse_color): Check the character pointed by tail instead
+ of its address.
+
2007-11-13 Thomas Schwinge <tschwinge@gnu.org>
* console.c (netfs_attempt_utimes): Adapt to ``struct stat'' changes.