]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/strings2po.c
Merge changes from CUPS 1.4svn-r7715.
[thirdparty/cups.git] / locale / strings2po.c
index ab9b09108c4962a2a98a3347222ac643f950df18..4eeb6a2e47f0097f4fcb207e83f87452aa5f0a41 100644 (file)
@@ -148,7 +148,7 @@ read_strings(FILE   *strings,               /* I - .strings file */
     if (*bufptr != '\"')
       continue;
 
-    *bufptr++ = '\0';
+    *bufptr = '\0';
 
     return (1);
   }