From f7520f92eb54145145771b0a1f8daf54974b3460 Mon Sep 17 00:00:00 2001 From: Andreas Waidler Date: Thu, 23 Jun 2011 18:12:28 +0200 Subject: [PATCH] Added notice concerning item/directory name length vs. acceptance test. --- TODO | 2 -- src/config.h | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index c99cb8e..ef40a25 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -* acceptance test for file name length shall get length - from config.h * test whether nomtime can handle complicated filenames * more assertions * do not stop on first old item, consume whole feed diff --git a/src/config.h b/src/config.h index ab8d3fe..96829f9 100644 --- a/src/config.h +++ b/src/config.h @@ -18,6 +18,10 @@ #define READ_BUFFER_SIZE 16 #define TEXT_BUFFER_SIZE 8192 + +// If you change FILE_NAME_LENGTH, you have to change the +// corresponding acceptance test as well +// (currently long_item_title)! #define FILE_NAME_LENGTH 64 #endif -- 2.11.4.GIT