[Pidgin] #1344: fix for some build warnings
Pidgin
trac at pidgin.im
Tue May 29 01:35:26 EDT 2007
#1344: fix for some build warnings
----------------------------+-----------------------------------------------
Reporter: o_sukhodolsky | Owner: rlaager
Type: patch | Status: assigned
Priority: minor | Milestone: 2.0.2
Component: pidgin (gtk) | Version: 2.0.1
Resolution: | Keywords:
Pending: 0 |
----------------------------+-----------------------------------------------
Comment (by rlaager):
1. In log_reader.c, you've unmarked strings for translation. Here's one of
at least two. Why?
{{{
307 - line = _("User is
offline.");
308 + line = "User is
offline.";
}}}
2. How did you arrive at the caddr_t type?
{{{
678 - void *z_message;
679 + caddr_t z_message;
}}}
3. Where you able to test the Zephyr changes?
--
Ticket URL: <http://developer.pidgin.im/ticket/1344#comment:4>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list