diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-06 18:48:20 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-06 18:48:20 (GMT) |
commit | e385ba8adb0c77fea20c58c45b966193c23a4570 (patch) | |
tree | 6d1d45f00516af6eda4e4959c730970f37d5c7b9 /apps/samples | |
parent | e1a31a44c946d58a1b4654e5daa2d10d9c6f881d (diff) | |
download | uscxml-e385ba8adb0c77fea20c58c45b966193c23a4570.zip uscxml-e385ba8adb0c77fea20c58c45b966193c23a4570.tar.gz uscxml-e385ba8adb0c77fea20c58c45b966193c23a4570.tar.bz2 |
Fixed a concurrency related issue
Diffstat (limited to 'apps/samples')
-rw-r--r-- | apps/samples/vrml-server.scxml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/samples/vrml-server.scxml b/apps/samples/vrml-server.scxml index bf0e4f6..7c257f5 100644 --- a/apps/samples/vrml-server.scxml +++ b/apps/samples/vrml-server.scxml @@ -21,7 +21,8 @@ '_' + numPattern + // z '_' + numPattern + // width '_' + numPattern + // height - '_(off|on)' + ')\\..*$'); // autorotate + '_(off|on)' + // autorotate + ')\\.\\w+$'); // end /** * Transform a file we found into a processed or model struct |