[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63945] fwrite(fid, data, uint8) when data >12
From: |
anonyme |
Subject: |
[Octave-bug-tracker] [bug #63945] fwrite(fid, data, uint8) when data >128 |
Date: |
Sun, 19 Mar 2023 10:05:28 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63945>
Summary: fwrite(fid, data, uint8) when data >128
Group: GNU Octave
Submitter: None
Submitted: dim. 19 mars 2023 14:05:25
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: Laurent
Originator Email: laurchar2@yahoo.com
Open/Closed: Open
Release: 8.1.0
Discussion Lock: Any
Operating System: Microsoft Windows
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: dim. 19 mars 2023 14:05:25 By: Anonymous
On version 7.3, fwrite(fid, 136) was OK.
Now on version 8.1, fwrite(fid, 136) is writing 0x3F=63, even if I change to
fwrite(fid, 136, "uint8")
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63945>
_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63945] fwrite(fid, data, uint8) when data >128,
anonyme <=