From 6fb602b433807f7879a5703741e6328fb7c57d37 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 5 Jun 2016 23:22:20 +0200 Subject: [PATCH] TODO: print_with_date doesn't show strerror --- locks/fcntllocks.c | 1 + locks/flocks.c | 1 + 2 files changed, 2 insertions(+) diff --git a/locks/fcntllocks.c b/locks/fcntllocks.c index 220b035..39b182d 100644 --- a/locks/fcntllocks.c +++ b/locks/fcntllocks.c @@ -257,6 +257,7 @@ end: return returnValue; } +// TODO: it doesn't show the strerror :( int print_with_date(FILE *stream, const char *format, ...) { va_list arg; int done; diff --git a/locks/flocks.c b/locks/flocks.c index ab7a9f0..f2f0b6e 100644 --- a/locks/flocks.c +++ b/locks/flocks.c @@ -243,6 +243,7 @@ end: return returnValue; } +// TODO: it doesn't show the strerror :( int print_with_date(FILE *stream, const char *format, ...) { va_list arg; int done; -- 2.1.4