fix warning
I fixed this type of warning format specifies type 'unsigned long' but the argument has type 'guint64'
that requires type unsigned long
for some variables declared as guint64
by converting them to the correct type and my compiler is happy :).
What do you think?
Edited by sonia habtiche