aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_test_lib.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-03-23 23:22:22 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2013-03-23 23:22:22 +0000
commita99a188c25da64f3f3bbc33debc1ef61d473ba65 (patch)
treebd0e4d4a9e957ca7065e0efe8a8f5e7b89b5e9dd /src/regex/regex_test_lib.c
parentc43975d00bd2777ea9a82f443fb5d0dcd4af6025 (diff)
-fix type
git-svn-id: https://gnunet.org/svn/gnunet@26587 140774ce-b5e7-0310-ab8b-a85725594a96
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 */