actually working code
[mTask.git] / mTaskInterpret.icl
index 306f93d..cbf06c0 100644 (file)
@@ -32,6 +32,7 @@ decode x
 | size x == 0 = MTEmpty
 = case x.[0] of
        '\0' = MTEmpty
+       '\n' = MTEmpty
        'm' = MTMessage x
        'u' = MTPub (from16bit (x % (1,3))) (x % (3,5))
        _ = abort ("Didn't understand message: " +++ join " " [toString (toInt c)\\c<-: x] +++ "\n")