Remove usage of ftell when updating cursor position value

This commit is contained in:
ado
2024-03-02 00:34:19 +01:00
parent 67ef6651c1
commit 7f53b585f9
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ project(
'cpp_std=c++17',
'buildtype=debugoptimized',
'wrap_mode=forcefallback'],
version: '1.7.1',
version: '1.7.2',
meson_version:'>=0.54.0')
fast_float_dep = dependency('fast_float')