Ignore:
Timestamp:
10/18/06 18:17:27 (18 years ago)
Author:
mattausch
Message:

worked on vsp osp methodsd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r1634 r1640  
    112112                else 
    113113                { 
    114                         strippedFilename = string(StripPath(currentFile.c_str())); 
     114                        char *str = StripPath(currentFile.c_str()); 
     115                        strippedFilename = string(str); 
     116 
     117                        delete []str; 
    115118                } 
    116119                 
Note: See TracChangeset for help on using the changeset viewer.