]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/checkpo.c
Merge changes from CUPS 1.7svn-r10629.
[thirdparty/cups.git] / locale / checkpo.c
index 73cad3ca555d7dd3bef5fa9289d31c38ea4b8a68..eec10c4eb9687d3ed7f8751e0b655e0653e5ff29 100644 (file)
@@ -4,7 +4,7 @@
  *   Verify that translations in the .po file have the same number and type of
  *   printf-style format strings.
  *
- *   Copyright 2007-2010 by Apple Inc.
+ *   Copyright 2007-2012 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -338,7 +338,7 @@ abbreviate(const char *s,           /* I - String to abbreviate */
   }
 
   if (*s)
-    strcpy(bufptr, "...");
+    memcpy(bufptr, "...", 4);
   else
     *bufptr = '\0';