Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
630b00ab
Commit
630b00ab
authored
Sep 17, 2017
by
Sudeep Kanav
Browse files
now calling 64 bit executable
refs 3074
parent
81a473f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.ocra/trunk/src/org/fortiss/af3/ocra/run/OCRARunner.java
View file @
630b00ab
...
...
@@ -235,7 +235,7 @@ public class OCRARunner extends ToolRunnerBase<Component, NuSMVResult> {
/** returns the commandline string to call the Tool */
String
getToolCommand
()
{
return
(
ocra
)
+
(
isWindowsOperatingSystem
()
?
".exe"
:
""
);
return
(
ocra
)
+
(
isWindowsOperatingSystem
()
?
"
-win64
.exe"
:
""
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment