gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30753 - gnunet/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r30753 - gnunet/src/conversation
Date: Sat, 16 Nov 2013 19:26:24 +0100

Author: grothoff
Date: 2013-11-16 19:26:23 +0100 (Sat, 16 Nov 2013)
New Revision: 30753

Modified:
   gnunet/src/conversation/gnunet-conversation.c
Log:
-fix

Modified: gnunet/src/conversation/gnunet-conversation.c
===================================================================
--- gnunet/src/conversation/gnunet-conversation.c       2013-11-16 18:22:09 UTC 
(rev 30752)
+++ gnunet/src/conversation/gnunet-conversation.c       2013-11-16 18:26:23 UTC 
(rev 30753)
@@ -249,7 +249,7 @@
   {
   case GNUNET_CONVERSATION_EC_PHONE_RING:
     FPRINTF (stdout,
-             _("Incoming call from `%s'.\nPlease /accept #%u or /cancel %u the 
call.\n"),
+             _("Incoming call from `%s'. Please /accept #%u or /cancel %u the 
call.\n"),
              caller_id,
              caller_num_gen,
              caller_num_gen);
@@ -1054,7 +1054,7 @@
   ptr = &message[strlen (commands[i].command)];
   while (isspace ((int) *ptr))
     ptr++;
-  if ('\0' == ptr)
+  if ('\0' == *ptr)
     ptr = NULL;
   commands[i].Action (ptr);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]