Return duplicated entry from entry_dup() - interesting that

this was actually working when compiling without optimization
This commit is contained in:
Luke Howard 2003-10-18 15:07:51 +00:00
parent b6835be962
commit a7619c4ce9

View File

@ -760,5 +760,7 @@ Entry *entry_dup( Entry *e )
ret->e_bv.bv_val = NULL;
ret->e_bv.bv_len = 0;
ret->e_private = NULL;
return ret;
}