Files
libkiwix/include
Matthieu Gautier 5f4c04e79e Fix use of getAsI when parsing download rpc.
The value is store as a string in in the xml, so we cannot use getAsI.
We have to get the string and parse it to an int.
We cannot use strtoull because android stdc++ lib doesn't have it.

We have to implement our how parseFromString function using a
istringstream.
2018-11-02 17:03:03 +01:00
..
2018-10-24 10:47:12 +02:00
2018-04-19 18:04:07 +02:00
2018-10-24 11:50:11 +02:00
2018-10-24 10:47:12 +02:00
2018-04-19 18:04:07 +02:00