[chronojump] small change
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] small change
- Date: Tue, 19 Feb 2013 15:59:51 +0000 (UTC)
commit 4c7d5b3386f2d95b367ece9c05bb0165b94c8d87
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Feb 19 16:59:00 2013 +0100
small change
src/util.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/util.cs b/src/util.cs
index c73c865..2d8cdfd 100644
--- a/src/util.cs
+++ b/src/util.cs
@@ -1088,15 +1088,15 @@ public class Util
sp.Open();
Log.WriteLine("00d");
int recordingTime = es.Ep.Time * 1000;
- int i=-20; //delete first records because there's encoder bug
+ int i =-20; //delete first records because there's encoder bug
int b;
int sum = 0;
string dataString = "";
string sep = "";
do {
b = sp.ReadByte();
- if(b>200)
- b=b-256;
+ if(b > 128)
+ b = b-256;
i=i+1;
if(i >= 0) {
Log.Write(sep + b.ToString());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]