/[gzz]/gzz/gzz/vob/impl/DefaultVobMatcher.java
ViewVC logotype

Diff of /gzz/gzz/vob/impl/DefaultVobMatcher.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Mon Nov 4 04:35:39 2002 UTC revision 1.3 by tjl, Mon Nov 4 13:45:47 2002 UTC
# Line 146  public class DefaultVobMatcher implement Line 146  public class DefaultVobMatcher implement
146                  // XXX assumes that parent is set already                  // XXX assumes that parent is set already
147                  int other_parent = interpList[k.parent];                  int other_parent = interpList[k.parent];
148    
149                  Key other_key = new Key(mapkey(k.key), other_parent);                  // KLUDGE!
150                    Object mappedKey ;
151                    if(other == this)
152                        mappedKey = k.key;
153                    else
154                        mappedKey = mapkey(k.key);
155                    Key other_key = new Key(mappedKey, other_parent);
156                  interpList[i] = other.getCSByKeyObject(other_key);                  interpList[i] = other.getCSByKeyObject(other_key);
157    
158                  if(dbg) pa(i+" "+k.parent+" "+other_parent+" "+                  if(dbg) pa(i+" "+k.parent+" "+other_parent+" "+

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26