Removed RCS-style IDs.
[multipass-eu.git] / src / message_handler.sma
index b956bbb799515a168da929ff5bc3e7326b34c181..8a04ca35ad745d9d95bf56bcd98592994bd95fc9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id: message_handler.sma 19 2005-04-29 14:31:53Z tilman $ */
-
 #define MSG_ID_SET_SONGNAME 0
 
 public message (Msg_Type:type, id, ...)
@@ -8,7 +6,7 @@ public message (Msg_Type:type, id, ...)
                case MSG_ID_SET_SONGNAME: {
                        new buf[256], artist[128], title[128], len;
 
-                       if (type != MSG_STRING_SET || numargs () != 4)
+                       if (type != MSG_STRING_SET || numargs () < 4)
                                return;
 
                        getsarg (2, artist, 128);