Frank
6ce663784d
bugfix to prevent random corruption of presets.json
...
accroding to the docs of setBufferSize() and svbuf():
> setBufferSize() has to be called right after opening file before any other operation!
so changing buffer sizes on an already opened and partially read file can cause file corruption as the internal buffer is exchanged "mid-flight".
Fix: move all f.setBufferSize() so they appear directly after f.open().
2025-10-24 16:24:33 +02:00
..
2025-07-06 15:02:30 +01:00
2024-10-25 09:46:15 +02:00
2024-05-04 01:16:45 +02:00
2025-08-20 22:32:44 +01:00
2025-01-16 20:58:32 +01:00
2024-05-17 21:24:10 +02:00
2025-01-10 12:49:46 +01:00
2024-11-07 13:14:06 -05:00
2025-01-17 21:42:26 +01:00
2025-01-17 21:42:26 +01:00
2025-01-16 14:48:54 +01:00
2024-08-10 15:42:30 +01:00
2025-02-21 20:40:16 +00:00
2024-05-04 01:16:45 +02:00
2025-01-16 14:48:54 +01:00
2025-06-29 20:12:20 +01:00
2025-10-24 16:24:33 +02:00
2025-01-07 15:58:38 +01:00
2025-06-15 12:13:16 +01:00
2025-06-29 20:12:20 +01:00
2025-06-29 20:12:20 +01:00
2025-07-10 22:47:35 +02:00
2025-05-04 12:24:28 +02:00
2024-05-04 01:16:45 +02:00
2025-02-22 12:56:47 +00:00
2024-12-19 23:16:18 +01:00
2023-03-22 16:31:07 +01:00
2024-05-04 01:16:45 +02:00
2025-01-07 15:58:38 +01:00
2025-01-17 21:42:26 +01:00
2024-05-04 01:16:45 +02:00
2024-05-04 01:16:45 +02:00
2023-05-31 17:35:43 +02:00
2024-05-04 01:16:45 +02:00
2023-02-24 15:40:16 +01:00
2025-01-29 14:01:29 -05:00
2024-11-26 11:59:20 +01:00
2024-06-26 22:07:18 +02:00
2024-11-07 13:32:45 -05:00
2023-05-11 17:39:12 +02:00
2025-01-07 16:32:18 +01:00
2025-01-16 13:07:43 +01:00
2025-01-07 15:58:38 +01:00
2025-01-10 18:48:47 +01:00
2024-05-04 02:15:44 +02:00
2024-11-18 13:47:17 +01:00
2025-04-16 14:34:57 -04:00
2024-09-21 20:42:03 +02:00
2024-04-05 15:10:38 -04:00
2025-04-18 17:04:14 +02:00
2024-12-20 01:57:02 +01:00
2023-10-22 20:52:31 +02:00
2024-11-29 00:23:43 +01:00
2024-08-21 13:53:14 -04:00
2024-11-16 19:13:10 +01:00
2025-01-29 14:01:29 -05:00
2025-01-17 21:44:52 +01:00
2024-12-19 23:18:25 +01:00
2025-04-16 15:29:58 -04:00