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

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
project(
ssp
VERSION 1.7.1
VERSION 1.7.2
DESCRIPTION "csv parser"
HOMEPAGE_URL "https://github.com/red0124/ssp"
LANGUAGES CXX