diff options
author | Lennart Poettering <lennart@poettering.net> | 2003-11-30 14:27:42 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2003-11-30 14:27:42 +0000 |
commit | b6abf79d60722dbee89e6270435d0b11c0dffa91 (patch) | |
tree | d40783bd9c86b989e9f2ddb4a0dc63f9592d74f0 /src/dbstruct.h | |
parent | c0d1779760fd10d14344fa1ed70b91bdf50272c1 (diff) |
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
Diffstat (limited to 'src/dbstruct.h')
-rw-r--r-- | src/dbstruct.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |