[Pidgin] #8065: Zephyr tzc config given in doc is incorrect.
Pidgin
trac at pidgin.im
Sat Jan 10 17:58:10 EST 2009
#8065: Zephyr tzc config given in doc is incorrect.
--------------------------+-------------------------------------------------
Reporter: wcattey | Owner: lschiere
Type: defect | Status: new
Component: unclassified | Version: 2.5.3
Keywords: |
--------------------------+-------------------------------------------------
The FAQ info to configure Zephyr with tzc at:
http://developer.pidgin.im/wiki/Protocol%20Specific%20Questions#ZephyrProtocol
says to specify the tzc string as follows:
/path/to/tzc -e "%s"
Note the quotation marks around %s.
It doesn't work. The helpful (sic) error message you get is, "invalid
output by tzc (or bad parsing code)"
I stepped through the code and tzc_cmd_array contains: "%s"
but line 1636 in zephyr.c for %s with no double quotes. Indeed, the
default strings don't quote the %s. Removing the quotes results in a
working use of tzc.
Someone should re-confirm that we're not supposed to put double quotes
around the %s, and correct the documentation.
--
Ticket URL: <http://developer.pidgin.im/ticket/8065>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list