ports/audio/muse-sequencer/files/patch-libs_string_hex__float.cpp
Yuri Victorovich 4a5b7db836 audio/muse-sequencer: Update 4.1.0 → 4.1.0-20230803
Reported by:	portscout
2023-08-08 18:18:54 -07:00

13 lines
360 B
C++

- workaround for https://github.com/muse-sequencer/muse/issues/1236
--- libs/string/hex_float.cpp.orig 2023-08-09 00:25:02 UTC
+++ libs/string/hex_float.cpp
@@ -70,6 +70,8 @@ double museStringToDouble(const QString &s, bool *ok)
if(ok)
*ok = true;
+ return value;
+
#else // C++ istringstream does not support hexfloat
// Is it a hex number?