Ignore:
Timestamp:
Dec 13, 2013, 10:51:21 PM (10 years ago)
Author:
sommeria
Message:

several bugs repaired

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/find_imadoc.m

    r674 r701  
    1717        XmlFileName=fullfile(RootPath,[SubDir(1:dotchar(end-idot+1)-1) '.xml']);
    1818        if exist(XmlFileName,'file')
    19             SubDirBase=fullfile(RootPath,SubDir(1:dotchar(end-idot+1)));
     19            SubDirBase=fullfile(RootPath,SubDir(1:dotchar(end-idot+1)-1));
    2020            break
    2121        end
Note: See TracChangeset for help on using the changeset viewer.