Skip to content

Commit

Permalink
Issue jawi#167: calculated absolute length not correctly retained.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Willem Janssen committed May 12, 2013
1 parent 206d4fa commit 5e312dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public CapturedData( final int[] aValues, final long[] aTimestamps, final long a
this.rate = aRate;
this.channels = aChannels;
this.enabledChannels = aEnabledChannels;
this.absoluteLength = aAbsLen;
this.absoluteLength = absLength;
}

/**
Expand Down

0 comments on commit 5e312dd

Please sign in to comment.