aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_test_lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-23 23:22:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-23 23:22:22 +0000
commit74db1810919c40b1784fac5df99a63ac7eec659f (patch)
treebd0e4d4a9e957ca7065e0efe8a8f5e7b89b5e9dd /src/regex/regex_test_lib.c
parent5140bd05677e696e7890c8613c050baf79c9166d (diff)
-fix type
Diffstat (limited to 'src/regex/regex_test_lib.c')
-rw-r--r--src/regex/regex_test_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_test_lib.c b/src/regex/regex_test_lib.c
index 56ccb34968..b4c7278c0a 100644
--- a/src/regex/regex_test_lib.c
+++ b/src/regex/regex_test_lib.c
@@ -267,7 +267,7 @@ GNUNET_REGEX_read_from_file (const char *filename)
struct GNUNET_DISK_FileHandle *f;
unsigned int nr;
unsigned int offset;
- uint64_t size;
+ OFF_T size;
size_t len;
char *buffer;
char *regex;
@@ -351,4 +351,4 @@ GNUNET_REGEX_free_from_file (char **regexes)
GNUNET_free (regexes);
}
-/* end of regex_test_lib.c */ \ No newline at end of file
+/* end of regex_test_lib.c */