summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-11-03 02:09:05 +0000
committerTheodore Tso <tytso@mit.edu>1994-11-03 02:09:05 +0000
commit9917671cc6bb8d13aaa8cae6d8d5d96b438453e5 (patch)
treeaac21ae67b09f73495b26bb6bf176136416c8e3a /src/appl/mailquery/ChangeLog
parent1259053c2382ec77c80b07385a1e59f751d54034 (diff)
NULL should not be used as a character assignment value. Use '\0'
instead. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4617 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/mailquery/ChangeLog')
-rw-r--r--src/appl/mailquery/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/appl/mailquery/ChangeLog b/src/appl/mailquery/ChangeLog
index 042619773..846b52b6a 100644
--- a/src/appl/mailquery/ChangeLog
+++ b/src/appl/mailquery/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 2 21:08:04 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * poplib.c (getline, multiline): NULL should not be used as a
+ character assignment value. Use '\0' instead.
+
Mon Oct 3 19:17:31 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.