Changeset 3b02b04 for src/dgp/boubble.hh


Ignore:
Timestamp:
01/17/13 20:50:41 (11 years ago)
Author:
Tomasz Obrebski <to@…>
Branches:
master
Children:
d2f119e
Parents:
555c7f8
git-author:
Tomasz Obrebski <to@…> (01/17/13 20:50:41)
git-committer:
Tomasz Obrebski <to@…> (01/17/13 20:50:41)
Message:

prawie ca�kiem nowe dgc, du�e zmiany w dgp, pomniejsze poprawki

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/dgp/boubble.hh

    re7de6cc r3b02b04  
    2626  Boubble(list<Role> u, list<Role> d, LongRel l, int s=-1); 
    2727  Boubble(const char* pathstr, const char* l, int s=-1); 
     28  //  Boubble(const Boubble& b) {_src=b._src; _upath=b._upath; _dpath=b._dpath; _rel=b._rel; }; 
    2829 
    2930  Dir dir(); 
     
    138139    } 
    139140   
    140   if(d==DOWN && _upath.empty() && !_dpath.empty()) 
     141  if(d==DOWN && _upath.empty() && !_dpath.empty() && _dpath.front() == r) 
    141142    { 
    142143      Boubble* newboubble = new Boubble(_upath,_dpath,_rel,_src); 
Note: See TracChangeset for help on using the changeset viewer.