pacct 0.8.3-universal-linux → 0.8.4-universal-linux

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,7 +61,7 @@ static comp_t ulong_to_comp_t(unsigned long l) {
61
61
  if(bits <= 13) {
62
62
  return (l & 0x1fff);
63
63
  } else {
64
- size_t div_bits, rem_bits;
64
+ size_t rem_bits;
65
65
  bits -= 13;
66
66
  rem_bits = bits % 3;
67
67
  if(rem_bits) {
@@ -1,4 +1,4 @@
1
1
  module Pacct
2
2
  #The library version
3
- VERSION = "0.8.3"
3
+ VERSION = "0.8.4"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pacct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  prerelease:
6
6
  platform: universal-linux
7
7
  authors: