diff common/listutil.c @ 1162:2a1206932f53

(issue107) Comment all TODO's and FIXME's with issues as documented in issue107
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 18 Sep 2014 18:53:11 +0200
parents fd7d04bb37cb
children 3cd8dd706aaa
line wrap: on
line diff
--- a/common/listutil.c	Thu Sep 18 18:30:54 2014 +0200
+++ b/common/listutil.c	Thu Sep 18 18:53:11 2014 +0200
@@ -203,14 +203,10 @@
         }
       if (ret == READ_FILE_UNREADABLE)
         {
-          /* TODO: work with errno ? */
-          /* errsv = errno; */
-          /* perror("read_and_verify_list(), READ_FILE_UNREADABLE:");  */
           return SeekFailed;
         }
       if (ret == READ_FILE_READ_FAILED)
         {
-          /* TODO: work with ferror() or feof() ? */
           return ReadFailed;
         }
       return UnknownError;

http://wald.intevation.org/projects/trustbridge/