mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-13 10:53:18 +00:00
Monotone-Parent: 37feda6e02a5f2d56457e09508814b8b3d6ed388
Monotone-Revision: b0f4711fa3917d9ca82a918807fe75046c131ee1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-10T15:31:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -38,14 +38,13 @@
|
||||
- (NSArray *) saxReaderSearchPathes
|
||||
{
|
||||
NSArray *pathes, *args;
|
||||
NSString *cwd, *exedir;
|
||||
NSString *exedir;
|
||||
|
||||
args = [[NSProcessInfo processInfo] arguments];
|
||||
cwd = [[NSFileManager defaultManager] currentDirectoryPath];
|
||||
exedir = [[args objectAtIndex: 0] stringByDeletingLastPathComponent];
|
||||
pathes = [NSArray arrayWithObject:
|
||||
[NSString stringWithFormat: @"%@/%@/%@",
|
||||
cwd, exedir,
|
||||
[NSString stringWithFormat: @"%@/%@",
|
||||
exedir,
|
||||
@"../../../SOPE/NGCards/versitCardsSaxDriver/"]];
|
||||
|
||||
return pathes;
|
||||
|
||||
Reference in New Issue
Block a user