the column argument wasn't taken into account
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33759 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
203049400f
commit
b8092f18e1
@ -107,10 +107,11 @@ main(int argc, char **argv)
|
||||
arg.Truncate(i);
|
||||
|
||||
status = entry.SetTo(arg.String());
|
||||
if (status == B_OK && entry.Exists())
|
||||
if (status == B_OK && entry.Exists()) {
|
||||
status = open_file(openWith, entry, line);
|
||||
if (status == B_OK)
|
||||
continue;
|
||||
}
|
||||
|
||||
// get the column
|
||||
col = line;
|
||||
|
Loading…
Reference in New Issue
Block a user