summaryrefslogtreecommitdiff
path: root/pattest.c
diff options
context:
space:
mode:
Diffstat (limited to 'pattest.c')
-rwxr-xr-xpattest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pattest.c b/pattest.c
index a8f060d..63fe061 100755
--- a/pattest.c
+++ b/pattest.c
@@ -9,6 +9,7 @@
#include <sys/ioctl.h>
#include <unistd.h>
#include <stdlib.h>
+#include "bittest.h"
#define BLOCK_SIZE 2039
@@ -72,7 +73,7 @@ int main(int argc, char *argv[])
c = outbuf[x];
bytes=0;
}
- c++;
+ c = bit_next(c);
bytes++;
}
#if 0