TODO: print_with_date doesn't show strerror
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 5 Jun 2016 21:22:20 +0000 (23:22 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 5 Jun 2016 21:22:20 +0000 (23:22 +0200)
locks/fcntllocks.c
locks/flocks.c

index 220b035..39b182d 100644 (file)
@@ -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;
index ab7a9f0..f2f0b6e 100644 (file)
@@ -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;