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

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

[Octave-bug-tracker] [bug #37338] textscan missing semicolon, different


From: anonymous
Subject: [Octave-bug-tracker] [bug #37338] textscan missing semicolon, different from #35418
Date: Wed, 12 Sep 2012 19:22:57 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)

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

                 Summary: textscan missing semicolon, different from #35418
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 12 Sep 2012 07:22:57 PM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Andy Register
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Any

    _______________________________________________________

Details:

Line 109 is not terminated with a semicolon.

The line is


    fmt = strtrim (fmt(strmatch ("%", fmt)))


and it should be 


    fmt = strtrim (fmt(strmatch ("%", fmt)));






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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