Author: jflesch
Date: 2007-07-28 12:04:45 +0000 (Sat, 28 Jul 2007)
New Revision: 14409

Modified:
   trunk/apps/Thaw/src/thaw/plugins/miniFrost/frostKSK/KSKMessage.java
Log:
Improve the frost message parsing

Modified: trunk/apps/Thaw/src/thaw/plugins/miniFrost/frostKSK/KSKMessage.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/miniFrost/frostKSK/KSKMessage.java 
2007-07-28 10:38:07 UTC (rev 14408)
+++ trunk/apps/Thaw/src/thaw/plugins/miniFrost/frostKSK/KSKMessage.java 
2007-07-28 12:04:45 UTC (rev 14409)
@@ -284,7 +284,7 @@

                Vector v = new Vector();

-               String[] split = fullMsg.split("-----");
+               String[] split = fullMsg.split("(\\A|[^-])-----[^-]");

                if (split.length < 4) {
                        Logger.notice(this, "Not enought elements in the 
messages");


Reply via email to