X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fgsm-error.c;fp=common%2Fgsm-error.c;h=bc9d095649c90130d0b36c039f457bb83287c19f;hp=2aab609e7b13bb0fe8e8a2964c946aadfdc095e5;hb=1379b6d01c3c3bd082a8ab32433450d8a2f3419c;hpb=a363234939c6030f24d092e9d4d97ee40f50ce03 diff --git a/common/gsm-error.c b/common/gsm-error.c index 2aab609..bc9d095 100644 --- a/common/gsm-error.c +++ b/common/gsm-error.c @@ -13,11 +13,8 @@ Error codes. $Log$ - Revision 1.1.1.2 2001/12/14 19:48:52 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Fri Dec 14 20:46 CET 2001 - - Revision 1.3 2001/12/14 14:37:41 pkot - Cleanups. Call divert support for at and 7110 series + Revision 1.1.1.3 2002/04/03 00:08:02 short + Found in "gnokii-working" directory, some November-patches version Revision 1.2 2001/11/08 16:34:19 pkot Updates to work with new libsms @@ -40,7 +37,7 @@ char *print_error(GSM_Error e) case GE_TIMEOUT: return "Command timed out."; case GE_TRYAGAIN: return "Try again."; case GE_INVALIDSECURITYCODE: return "Invalid Security code."; - case GE_NOTIMPLEMENTED: return "Called command is not implemented for the used model."; + case GE_NOTIMPLEMENTED: return "Command called isn't implemented in model."; case GE_INVALIDSMSLOCATION: return "Invalid SMS location."; case GE_INVALIDPHBOOKLOCATION: return "Invalid phonebook location."; case GE_INVALIDMEMORYTYPE: return "Invalid type of memory.";