]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lprm.c
More svn:properties changes.
[thirdparty/cups.git] / berkeley / lprm.c
index 8497ff532b0a06cd08ec8adeeaa34cb2542b6c65..db4c5b382e2779229c2b1e88c865a433cd5c8a6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: lprm.c 4948 2006-01-19 03:23:41Z mike $"
+ * "$Id$"
  *
  *   "lprm" command for the Common UNIX Printing System (CUPS).
  *
@@ -223,8 +223,8 @@ main(int  argc,                     /* I - Number of command-line arguments */
 
       if (dest)
       {
-        httpAssembleURIf(uri, sizeof(uri), "ipp", NULL, "localhost", 0,
-                        "/printers/%s", dest);
+        httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL,
+                        "localhost", 0, "/printers/%s", dest);
        ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI,
                     "printer-uri", NULL, uri);
        ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id",
@@ -283,5 +283,5 @@ main(int  argc,                     /* I - Number of command-line arguments */
 
 
 /*
- * End of "$Id: lprm.c 4948 2006-01-19 03:23:41Z mike $".
+ * End of "$Id$".
  */