Author: sayer
Date: 2010-05-02 20:34:43 +0200 (Sun, 02 May 2010)
New Revision: 1890
Modified:
trunk/apps/dsm/DSMCoreModule.cpp
Log:
also accept : as var name delimiter
Modified: trunk/apps/dsm/DSMCoreModule.cpp
===================================================================
--- trunk/apps/dsm/DSMCoreModule.cpp 2010-05-02 18:01:54 UTC (rev 1889)
+++ trunk/apps/dsm/DSMCoreModule.cpp 2010-05-02 18:34:43 UTC (rev 1890)
@@ -477,7 +477,7 @@
if (rstart && res[rstart-1] == '\\') // escaped
continue;
- size_t rend = res.find_first_of(" ,()$...@\t;'\"", rstart+1);
+ size_t rend = res.find_first_of(" ,()$...@\t;:'\"", rstart+1);
if (rend==string::npos)
rend = res.length();
string keyname = res.substr(rstart+1, rend-rstart-1);
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev