octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52639] get_description function has a string


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #52639] get_description function has a string quote error
Date: Mon, 11 Dec 2017 05:02:38 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

URL:
  <http://savannah.gnu.org/bugs/?52639>

                 Summary: get_description function has a string quote error
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Mon 11 Dec 2017 10:02:36 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The get_description.m script has a string that is opened with a single quote,
and closed with a double quote:


--- a/scripts/pkg/private/get_description.m     Sat Dec 09 11:50:19 2017
+0100
+++ b/scripts/pkg/private/get_description.m     Mon Dec 11 10:59:03 2017
+0100
@@ -56,7 +56,7 @@
                     keyword, desc.name);
         endif
         if (isfield (desc, keyword))
-          warning ('pkg: duplicate keyword "%s" in DESCRIPTION, ignoring",
+          warning ('pkg: duplicate keyword "%s" in DESCRIPTION, ignoring',
                    keyword);
         else
           desc.(keyword) = value;






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52639>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]