g++4.4 complains about %d where the variable printed is of type long
this patch fixes all these warnings
and about two occasions where %d was used instead of %s
There's a #%$! lot of these everywhere in my code. I blame the C language. Someday I will go through and fix them all, including converting to int32_t where the variable is unequivacobly long...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
libagf-patch-4
There's a #%$! lot of these everywhere in my code. I blame the C language. Someday I will go through and fix them all, including converting to int32_t where the variable is unequivacobly long...