X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fgsm-error.c;h=8dfdfa956ba99f6346b598a8cc6309a9ed533597;hp=93a05951591751a3907eb3e36036274091573172;hb=6ea3cef1bb136cd56741cc56bdb5b2fc7051e032;hpb=24e1c79324b43b4f376f823da8406b777b6094c8 diff --git a/common/gsm-error.c b/common/gsm-error.c index 93a0595..8dfdfa9 100644 --- a/common/gsm-error.c +++ b/common/gsm-error.c @@ -13,8 +13,14 @@ Error codes. $Log$ - Revision 1.1.1.1 2001/11/25 21:58:58 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 + Revision 1.1.1.1.2.1 2001/12/14 20:54:44 short + Update: orig2001_12_04_22_45 -> orig2001_12_14_20_46 + + 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.2 2001/11/08 16:34:19 pkot Updates to work with new libsms @@ -37,7 +43,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 "Command called isn't implemented in model."; + case GE_NOTIMPLEMENTED: return "Called command is not implemented for the used model."; case GE_INVALIDSMSLOCATION: return "Invalid SMS location."; case GE_INVALIDPHBOOKLOCATION: return "Invalid phonebook location."; case GE_INVALIDMEMORYTYPE: return "Invalid type of memory.";