[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: typo
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: typo |
Date: |
Mon, 09 Sep 2019 13:31:05 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new d2a57911f typo
d2a57911f is described below
commit d2a57911f9d76396c28b781615a19c1dd9fe03c2
Author: ng0 <address@hidden>
AuthorDate: Mon Sep 9 11:29:02 2019 +0000
typo
---
src/util/disk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/disk.c b/src/util/disk.c
index 7b85cdeab..c5ea42ee6 100644
--- a/src/util/disk.c
+++ b/src/util/disk.c
@@ -149,7 +149,7 @@ getSizeRec(void *cls, const char *fn)
#if defined(HAVE_STAT64) && \
!(defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64)
- struct _stat64 buf;
+ struct stat64 buf;
if (0 != stat64(fn, &buf))
{
--
To stop receiving notification emails like this one, please contact
address@hidden.
- [GNUnet-SVN] [gnunet] branch master updated: typo,
gnunet <=