From: Gustavo Martin Morcuende Date: Sun, 5 Jun 2016 21:22:20 +0000 (+0200) Subject: TODO: print_with_date doesn't show strerror X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=6fb602b433807f7879a5703741e6328fb7c57d37;p=CForFun.git TODO: print_with_date doesn't show strerror --- 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;