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

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

[Octave-bug-tracker] [bug #60675] the call debug_on_error(1) generates a


From: PIERRE LABRECHE
Subject: [Octave-bug-tracker] [bug #60675] the call debug_on_error(1) generates a warning: implicit conversion from matrix to sq_string
Date: Wed, 26 May 2021 16:22:45 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

Follow-up Comment #7, bug #60675 (project octave):

The warning occured once more:

>> strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 15:59
>> strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 15:59
>> strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 16:00
>> strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 16:00
>> warning: implicit conversion from matrix to sq_string
strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 16:01
>> warning: implicit conversion from matrix to sq_string
strftime( "%Y-%m-%d %R", localtime( time() ) )
ans = 2021-05-26 16:20
>>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60675>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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