From b6abf79d60722dbee89e6270435d0b11c0dffa91 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 30 Nov 2003 14:27:42 +0000 Subject: relase 0.3 --copy-always --sort bi-directory merges --check-md git-svn-id: file:///home/lennart/svn/public/syrep/trunk@43 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/dbstruct.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dbstruct.h') diff --git a/src/dbstruct.h b/src/dbstruct.h index 74c6059..842e33d 100644 --- a/src/dbstruct.h +++ b/src/dbstruct.h @@ -59,7 +59,7 @@ struct syrep_nhash { /* name hash */ }; struct syrep_name { - char path[PATH_MAX+1]; + char path[PATH_MAX]; }; @@ -69,11 +69,11 @@ struct syrep_name { * syrep_md :: syrep_nrecno => md_nrecno (DUP) * syrep_nrecno :: syrep_md => nrecno_md (DUP) * syrep_nrecno :: syrep_md => nrecno_lastmd - * syrep_md :: syrep_nrecono => md_lastnrecno + * syrep_md :: syrep_nrecno => md_lastnrecno * * syrep_version :: syrep_timestamp => version_timestamp * - * nhash :: nrecno => nhash_nrecno (DUP) + * nhash :: nrecno => nhash_nrecno (DUP) * nrecno :: name => nrecno_name */ -- cgit