]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/strings2po.c
Merge changes from CUPS 1.4svn-r7961.
[thirdparty/cups.git] / locale / strings2po.c
index 1278c6c55fb32b11798c4973055fe1a53559b019..52eeeeff0b3a81d7ff79152a2f81f08c4536cc33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id$"
+ * "$Id: strings2po.c 7720 2008-07-11 22:46:21Z mike $"
  *
  * Convert Apple .strings file (UTF-16 BE text file) to GNU gettext .po files.
  *
@@ -148,7 +148,7 @@ read_strings(FILE   *strings,               /* I - .strings file */
     if (*bufptr != '\"')
       continue;
 
-    *bufptr++ = '\0';
+    *bufptr = '\0';
 
     return (1);
   }
@@ -171,5 +171,5 @@ write_po(FILE       *po,            /* I - .po file */
 
 
 /*
- * End of "$Id$".
+ * End of "$Id: strings2po.c 7720 2008-07-11 22:46:21Z mike $".
  */