summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-18 16:55:50 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-18 16:55:50 (GMT)
commit1cbed86a4e1db28b13817fe6d3a6143d482b736d (patch)
tree01e7c33978974ea8a325f91cacba91e078c91804 /src/uscxml/Interpreter.cpp
parentc44fe516b485be3f9c180f1c235a255b168c8dff (diff)
downloaduscxml-1cbed86a4e1db28b13817fe6d3a6143d482b736d.zip
uscxml-1cbed86a4e1db28b13817fe6d3a6143d482b736d.tar.gz
uscxml-1cbed86a4e1db28b13817fe6d3a6143d482b736d.tar.bz2
Reminder to export PATH and small bug-fix
Diffstat (limited to 'src/uscxml/Interpreter.cpp')
-rw-r--r--src/uscxml/Interpreter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/Interpreter.cpp b/src/uscxml/Interpreter.cpp
index 02e80f0..d5a075f 100644
--- a/src/uscxml/Interpreter.cpp
+++ b/src/uscxml/Interpreter.cpp
@@ -87,6 +87,7 @@ unsigned int InterpreterOptions::getCapabilities() {
InterpreterOptions InterpreterOptions::fromCmdLine(int argc, char** argv) {
InterpreterOptions options;
+ optind = 0;
struct option longOptions[] = {
{"verbose", no_argument, 0, 'v'},
{"dot", no_argument, 0, 'd'},