~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to src/liflines/merge.c

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-05-23 23:49:53 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20070523234953-ogno9rnbmth61i7p
Tags: 3.0.50-2etch1
* Changing docs/ll-reportmanual.xml and docs/ll-userguide.xml to fix
  documentation build problems (Closes: #418347).

* lifelines-reports
  - Adding a dependency to lifelines >= 3.0.50 to prevent file conflict.
    (Closes: #405500).

* Updating French translation. Thanks to Bernard Adrian. (Closes: #356671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
        join_indi(indi02, name1, refn1, sex1, body1, famc1, fams1);
395
395
        free_nodes(indi4);
396
396
 
397
 
        remove_indi(indi01);    /* this is the original indi1 */
 
397
        remove_indi_by_root(indi01);    /* this is the original indi1 */
398
398
        return node_to_record(indi02);   /* this is the updated indi2 */
399
399
}
400
400
/*=================================================================