This commit was generated by cvs2svn to compensate for changes in r158,
[gnokii.git] / common / phones / nokia.c
index 5987a30..d026171 100644 (file)
   The various routines are called PNOK_(whatever).
 
   $Log$
-  Revision 1.1.1.1  2001/11/25 21:59:13  short
-  :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
-
-  Revision 1.2  2001/11/15 12:12:34  pkot
-  7110 and 6110 series phones introduce as Nokia
+  Revision 1.1.1.2  2002/04/03 00:08:10  short
+  Found in "gnokii-working" directory, some November-patches version
 
   Revision 1.1  2001/02/21 19:57:07  chris
   More fiddling with the directory layout
@@ -53,6 +50,6 @@
 
 GSM_Error PNOK_GetManufacturer(char *manufacturer)
 {
-       strcpy (manufacturer, "Nokia");
+       strncpy (manufacturer, "Nokia", PNOK_MAX_MANUFACTURER_LENGTH);
        return (GE_NONE);
 }