]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo in example code (Issue #163)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 9 Apr 2021 14:12:45 +0000 (10:12 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 9 Apr 2021 14:12:45 +0000 (10:12 -0400)
CHANGES.md
cups/cupspm.md
doc/help/cupspm.epub
doc/help/cupspm.html

index 421b250550d3237341475a018eda0034caa46764..e8ce786c98c41a1b5ddf2357de67f601f17e3d8e 100644 (file)
@@ -33,7 +33,7 @@ CUPS v2.4rc1 (Pending)
   negotiation failed (Apple #5907)
 - `httpUpdate` did not reset the socket file descriptor when the TLS
   negotiation failed (Apple #5915)
-- Documentation fixes (Issue #92)
+- Documentation fixes (Issue #92, Issue #163)
 - Localization updates (Issue #123, Issue #129, Issue #134, Issue #146,
   Issue #164)
 - USB quirk updates (Apple #5766, Apple #5838, Apple #5843, Apple #5867)
index f619641506c07b8dc627dca300ed318e125028f3..c5d50f697c5a474fd9aeed1670e84370c3af7936 100644 (file)
@@ -262,7 +262,7 @@ of destinations:
         * return...
         */
 
-        cupsFreeDests(user_data.num_dests, user_dasta.dests);
+        cupsFreeDests(user_data.num_dests, user_data.dests);
 
         *dests = NULL;
 
index e43ba8f0dd0598f271c710660aeff3d97d024c74..7554575775fd9d5677c62727b199d7ccba00acaf 100644 (file)
Binary files a/doc/help/cupspm.epub and b/doc/help/cupspm.epub differ
index 56a1f9cec232295705871a193e0a75a96f12e8e2..3c20b7128b70ed8c34eebc9ad07d93f794bda993 100644 (file)
@@ -868,7 +868,7 @@ my_get_dests(cups_ptype_t type, cups_ptype_t mask,
     * return...
     */
 
-    cupsFreeDests(user_data.num_dests, user_dasta.dests);
+    cupsFreeDests(user_data.num_dests, user_data.dests);
 
     *dests = NULL;