summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-23 16:06:33 +0000
committerJim Meyering <jim@meyering.net>1993-10-23 16:06:33 +0000
commitcd908e158d3aa63039e6dd1394b8019524cdfa68 (patch)
tree79c0961639fddb619d7f6a31ba29412c067f7a72
parentb869639f4661488eba0bb2d08020c6e71bb72627 (diff)
downloadcoreutils-cd908e158d3aa63039e6dd1394b8019524cdfa68.tar.xz
merge with 1.8f
-rw-r--r--old/textutils/ChangeLog2
-rw-r--r--src/tr.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 9a4c80006..78a01fc1e 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,7 @@
Sat Oct 23 01:00:12 1993 Jim Meyering (meyering@comco.com)
+ * tr.c (get_next, string2_extend): Add default: label to switch stmt.
+
* cat.c, cksum.c, comm.c, csplit.c, cut.c, expand.c, fold.c, head.c,
join.c, nl.c, od.c, paste.c, pr.c, split.c, sum.c, tac.c, tail.c,
tr.c, unexpand.c, uniq.c, wc.c (usage): Add long --help.
diff --git a/src/tr.c b/src/tr.c
index 19f747fe8..cb31ceba3 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -1196,6 +1196,7 @@ get_next (s, class)
abort ();
break;
}
+
return return_val;
}