public inbox for gnats-prs@sourceware.org
help / color / mirror / Atom feed
* gnatsweb/385: Gnatsweb adds empty line to Unformatted with each edit
@ 2002-05-26  6:54 Lars.Henriksen
  0 siblings, 0 replies; only message in thread
From: Lars.Henriksen @ 2002-05-26  6:54 UTC (permalink / raw)
  To: pdm-gnats, gnats-prs, bug-gnats

>Number:         385
>Category:       gnatsweb
>Synopsis:       Gnatsweb adds empty line to Unformatted with each edit
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 26 09:53:30 -0400 2002
>Originator:     Lars.Henriksen@netman.dk
>Release:        3.99.3
>Organization:

>Environment:

>Description:
The last PR field (Unformatted) will get an extra newline added by Gnatsweb with every edit.

Fix included.
>How-To-Repeat:

>Fix:
--- gnatsweb.pl-3.99.3  Sun May 26 15:39:55 2002
+++ gnatsweb.pl.fix     Sun May 26 15:48:06 2002
@@ -1761,7 +1761,7 @@
        last LOCKED if ($client_would_have_exited);
     client_cmd("edit $pr");
        last LOCKED if ($client_would_have_exited);
-    client_cmd("$newpr\n.");
+    client_cmd("$newpr.");
 
     $lock_end_reached = 1;
   }
>Unformatted:
 

_______________________________________________
Gnats-prs mailing list
Gnats-prs@gnu.org
http://mail.gnu.org/mailman/listinfo/gnats-prs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-26 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-26  6:54 gnatsweb/385: Gnatsweb adds empty line to Unformatted with each edit Lars.Henriksen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).