From: Dan Harkless Date: Fri, 28 Jan 2000 23:29:06 +0000 (+0000) Subject: Made a couple of minor whitespace changes to test if the latest beta version of X-Git-Tag: nmh-1_0~85 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=264d458403709d8ad348c4c6fd8650d7a75ac949;ds=sidebyside Made a couple of minor whitespace changes to test if the latest beta version of CVS fixes this bug: dilvish-dan> cvs commit ../ChangeLog mhn.defaults.sh danh@mhost.com's password: Warning: Remote host denied X11 forwarding, perhaps xauth program could not be run on the server side. cvs: lock.c:179: lock_name: Assertion `*short_repos++ == '/'' failed. Terminated with fatal signal 6 cvs commit: saving log message in /tmp/cvslIx_yb --- diff --git a/ChangeLog b/ChangeLog index fd15ad3..ee9581f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -666,9 +666,9 @@ Fri May 7 17:18:28 1999 Dan Winship * Add new section on "Transfer Encodings" to man page for mhbuild. * In mhbuild.c, split compose_content into compose_content - (parse and execute composition string), and scan_content (scan content, - decided transfer encoding, check for clash with boundary string). - I did a good amount of rearranging of this code. + (parse and execute composition string), and scan_content (scan + content, decided transfer encoding, check for clash with boundary + string). I did a good amount of rearranging of this code. * Moved definitions for data structures for parsing MIME messages from mhn.c and mhbuild.c to a new include @@ -1817,10 +1817,11 @@ Sun Dec 1 10:00:00 1996 Richard Coleman * Added flist command from exmh distribution. It doesn't work yet, but it compiles :-) - * Changed default location for install to /usr/local/nmh/{bin,etc,lib,man}. - Split files so that format and configuration files go in nmh/etc, and - support binaries go in nmh/lib. Of course, all this can now be changed - in the top level Makefile. + * Changed default location for install to + /usr/local/nmh/{bin,etc,lib,man}. Split files so that format + and configuration files go in nmh/etc, and support binaries go + in nmh/lib. Of course, all this can now be changed in the top + level Makefile. * Started with mh-6.8.3 as based and converted to autoconf. Rewrote all the Makefiles. Currently only works with sendmail/smtp. diff --git a/sbr/m_scratch.c b/sbr/m_scratch.c index d712576..70a2c92 100644 --- a/sbr/m_scratch.c +++ b/sbr/m_scratch.c @@ -25,7 +25,7 @@ m_scratch (char *file, char *template) /* #endif */ -/* nasty - this really means: if there is no '/' in the path */ + /* nasty - this really means: if there is no '/' in the path */ if ((cp = r1bindex (file, '/')) == file) strncpy (buffer, tmpfil, sizeof(buffer)); else