projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78aa8d
)
Fix signedness to keep compiler happy
author
Julius Bünger
<buenger@mytum.de>
Thu, 6 Sep 2018 01:20:07 +0000
(
03:20
+0200)
committer
Julius Bünger
<buenger@mytum.de>
Thu, 6 Sep 2018 01:20:55 +0000
(
03:20
+0200)
src/rps/rps-test_util.c
patch
|
blob
|
history
diff --git
a/src/rps/rps-test_util.c
b/src/rps/rps-test_util.c
index 1a2db142731144e22d9bbf1562a911cd00b29ec8..ef39638bf1a1a3f8d117c9f8ba72f73c401bc588 100644
(file)
--- a/
src/rps/rps-test_util.c
+++ b/
src/rps/rps-test_util.c
@@
-65,7
+65,7
@@
to_file_ (const char *file_name, char *line)
char *output_buffer_p;
//size_t size;
int size;
-
size_
t size2;
+
in
t size2;
if (NULL == (f = GNUNET_DISK_file_open (file_name,
@@
-458,7
+458,7
@@
const char *
store_prefix_file_name (const struct GNUNET_PeerIdentity *peer,
const char *prefix)
{
-
unsigned
int len_file_name;
+ int len_file_name;
int out_size;
char *file_name;
const char *pid_long;