Le 06/11/2016 à 22:44, Andrey Gursky a écrit : > error: ‘sscanf’ is not a member of ‘std’ > if (std::sscanf(line.c_str(), "%zx%n", &chunkLength, &end) < 1 > ^ > > Fix build with compilers which do not default to c++11 or later, > e.g. g++ < 6, clang++ up to and including 3.9. > Pushed. thx. Francois