From 29110570f843d6d009c0b13ed996a8d2c94efe02 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 May 1998 14:01:04 +0000 Subject: [PATCH] removed some debug code --- flist.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flist.c b/flist.c index e120f805..cf401519 100644 --- a/flist.c +++ b/flist.c @@ -403,10 +403,6 @@ static struct file_struct *make_file(char *fname) file->modtime = st.st_mtime; file->length = st.st_size; -#if TRIDGE - if (st.st_size == 71036) - file->length += 7000; -#endif file->mode = st.st_mode; file->uid = st.st_uid; file->gid = st.st_gid; -- 2.34.1