]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/po2strings.c
Deprecate snmp backend.
[thirdparty/cups.git] / locale / po2strings.c
index d67405710212f563c641c3b8e4b2f46303af485a..e8732407cf27aeff1b60cb2f9eb675133e65150d 100644 (file)
@@ -3,11 +3,7 @@
  *
  * Copyright 2007-2017 by Apple Inc.
  *
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. and are protected by Federal copyright
- * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- * which should have been included with this file.  If this file is
- * missing or damaged, see the license at "http://www.cups.org/".
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  *
  * Usage:
  *
@@ -385,8 +381,6 @@ normalize_string(const char *idstr, /* I - msgid string */
        *bufptr++ = (char)0x98;
        quote     = 1;
       }
-
-      idstr ++;
     }
     else
       *bufptr++ = *idstr;