dajobe / raptor

Redland Raptor RDF syntax library
https://librdf.org/raptor/
Other
156 stars 62 forks source link

Change to count option of rapper to count in longs instead of ints #34

Closed JervenBolleman closed 8 years ago

JervenBolleman commented 8 years ago

Very simple change that just changes the triple_count variable from an int to a long. Hoping that on most architectures we will be able to count the number of triples in a file when that number is higher than two billion.

Travis checks pass, locally it still does the counting thing. Please double check as it is my first (if trivial C code base patch)