aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-21 13:10:57 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-21 13:10:57 -0400
commit8a6d1d0373b1acbe563a777f6da2850a06178c34 (patch)
tree02d37da582e1870ca052ef77afa6d34a27e7c08c /src
parentfa141b5216ac2ab8959cb1a6751e73e6596c6b92 (diff)
fix warning
Diffstat (limited to 'src')
-rw-r--r--src/sequence_length.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sequence_length.c b/src/sequence_length.c
index b31aac3..3df7175 100644
--- a/src/sequence_length.c
+++ b/src/sequence_length.c
@@ -7,7 +7,7 @@
#include <errno.h>
int main() {
- ssize_t len = 0;
+ size_t len = 0;
char buffer[4096];
bool header = false;