sleyzerzon / soar

Automatically exported from code.google.com/p/soar
1 stars 0 forks source link

capture-input doesn't properly quote strings #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
capture-input doesn't add quotes to any string wmes whose values contain
spaces, leading replay-input to crash when it attempts to parse the second
word of the string value as the type of the wme.

The crash occurs on line 1321 of sml_AgentSML.cpp, it's an assert(false).

Original issue reported on code.google.com by joseph...@gmail.com on 1 Sep 2009 at 6:23

GoogleCodeExporter commented 9 years ago

Original comment by voigtjr@gmail.com on 23 Feb 2010 at 7:39

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r11753.

Original comment by voigtjr@gmail.com on 2 Mar 2010 at 11:19

GoogleCodeExporter commented 9 years ago
Fixed r11753

Original comment by voigtjr@gmail.com on 2 Mar 2010 at 11:19