diff src/dialogs.c @ 401:7c74e2f579b5

[gaim-migrate @ 411] Heh, whoops. you can send messages to offline people now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 22:02:50 +0000
parents be408b41c172
children a330017b3aa4
line wrap: on
line diff
--- a/src/dialogs.c	Mon Jun 12 21:09:08 2000 +0000
+++ b/src/dialogs.c	Mon Jun 12 22:02:50 2000 +0000
@@ -455,7 +455,11 @@
 {
 
 	int no = atoi(d);
+#ifndef USE_OSCAR
 	char *w = strtok(NULL, ":");
+#else
+	char *w = d + 4;
+#endif
 	char buf[256];
 	char buf2[32];