statement, instead of msg. This is because msg now outputs the
message to output devices, and the output subsystem is not
prepared to deal with table cells that exceed one page in length.
Thanks to John Darrington for bug report and review. Bug #21093.
(show_copying) Ditto.
* copyleft.c: Add trailing new-lines to lack-of-warranty
statement.
+2007-09-16 Ben Pfaff <blp@gnu.org>
+
+ * set.q (show_warranty): Use fputs to print lack-of-warranty
+ statement, instead of msg. This is because msg now outputs the
+ message to output devices, and the output subsystem is not
+ prepared to deal with table cells that exceed one page in length.
+ Thanks to John Darrington for bug report and review. Bug #21093.
+ (show_copying) Ditto.
+
2007-08-16 Ben Pfaff <blp@gnu.org>
Implement journaling. Bug #17240.
static void
show_warranty (const struct dataset *ds UNUSED)
{
- msg (MN, lack_of_warranty);
+ fputs (lack_of_warranty, stdout);
}
static void
show_copying (const struct dataset *ds UNUSED)
{
- msg (MN, copyleft);
+ fputs (copyleft, stdout);
}
int
+2007-09-16 Ben Pfaff <blp@gnu.org>
+
+ * copyleft.c: Add trailing new-lines to lack-of-warranty
+ statement.
+
2007-09-05 John Darrington <john@darrington.wattle.id.au>
* getl.c: Add extra members to struct getl_source, to maintain the
"DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n"
"PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n"
"EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n"
-"SUCH DAMAGES.";
+"SUCH DAMAGES.\n"
+"\n"
+"";
const char copyleft[]=""
"\n"