diff options
Diffstat (limited to 'support/httxt2dbm.c')
-rw-r--r-- | support/httxt2dbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/httxt2dbm.c b/support/httxt2dbm.c index 8792f944..12606c3a 100644 --- a/support/httxt2dbm.c +++ b/support/httxt2dbm.c @@ -154,7 +154,7 @@ static apr_status_t to_dbm(apr_dbm_t *dbm, apr_file_t *fp, apr_pool_t *pool) } dbmval.dptr = apr_pstrmemdup(p, value, c - value); - dbmval.dsize = (c - line); + dbmval.dsize = (c - value); if (verbose) { apr_file_printf(errfile, " '%s' -> '%s'"NL, |