~ubuntu-branches/ubuntu/hardy/arb/hardy

« back to all changes in this revision

Viewing changes to GDE/CORE/BuiltIn.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2005-11-21 14:09:01 UTC
  • Revision ID: james.westby@ubuntu.com-20051121140901-sck3ez9d6vvt66mk
Tags: 0.0.20050526-7
* arb-common recommends arb
* Added Build-Depends: g++
* Because there is no sign that this version shows the behaviour
  reported in #325640 against the former version and the bug reporter
  did not respond to any request I decide to close this bug. Feel
  free to reopen if it seems necessary.
  Clsoes: #325640

Show diffs side-by-side

added added

removed removed

Lines of Context:
964
964
                return(XV_OK);
965
965
 
966
966
        if(element->groupb)
967
 
                (NA_Sequence*)(element->groupb)->groupf = element->groupf;
 
967
//              (NA_Sequence*)(element->groupb)->groupf = element->groupf;
 
968
                (element->groupb)->groupf = element->groupf;
968
969
 
969
970
        if(element->groupf)
970
 
                (NA_Sequence*)(element->groupf)->groupb = element->groupb;
 
971
//              (NA_Sequence*)(element->groupf)->groupb = element->groupb;
 
972
                (element->groupf)->groupb = element->groupb;
971
973
 
972
974
        element->groupf = NULL;
973
975
        element->groupb = NULL;