comparison common/util.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 fd85a02d771d
children 0a803c3fb5a6
comparison
equal deleted inserted replaced
1161:b67681a61e3e 1162:2a1206932f53
759 { 759 {
760 DWORD err = GetLastError(); 760 DWORD err = GetLastError();
761 if (err == ERROR_ALREADY_EXISTS) 761 if (err == ERROR_ALREADY_EXISTS)
762 { 762 {
763 /* Verify that the directory has the correct rights */ 763 /* Verify that the directory has the correct rights */
764 // TODO 764 // TODO (issue138)
765 retval = true; 765 retval = true;
766 goto done; 766 goto done;
767 } 767 }
768 ERRORPRINTF ("Failed to create directory. Err: %lu", err); 768 ERRORPRINTF ("Failed to create directory. Err: %lu", err);
769 } 769 }

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