~jorge/+junk/fix-for-790821

« back to all changes in this revision

Viewing changes to debian/patches/65_implicit-pointer-conversion-gettext.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-08-14 10:00:10 UTC
  • mfrom: (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080814100010-4c64avqc232evuf2
Tags: 1:0.18-3ubuntu1
* Sync on Debian
* debian/control.in:
  - Build-Depends on liblaunchpad-integration-dev
* debian/patches/02_lpi.patch
  - launchpad integration
* debian/patches/04_autojoin_ubuntu_chan.patch
  - join ubuntu support chan at start
* debian/patches/98_autoconf.patch
  - launchpad integration 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Debian #428459; GNOME #447453
 
1
Fixes a couple of implicit pointer conversion for the _() gettext function; 
 
2
thanks Dann Frazier for the report; note: a different fix thant the proposed 
 
3
patch was used.
 
4
GNOME #447453; closes: #428459.
2
5
 
3
6
diff -Nur xchat-gnome-0.17/plugins/tcl/tclplugin.c xchat-gnome-0.17.new/plugins/tcl/tclplugin.c
4
 
--- xchat-gnome-0.17/plugins/tcl/tclplugin.c    2007-03-06 23:47:26.000000000 +0100
5
 
+++ xchat-gnome-0.17.new/plugins/tcl/tclplugin.c        2007-06-14 11:20:31.000000000 +0200
 
7
--- a/plugins/tcl/tclplugin.c   2007-03-06 23:47:26.000000000 +0100
 
8
+++ b/plugins/tcl/tclplugin.c   2007-06-14 11:20:31.000000000 +0200
6
9
@@ -18,6 +18,7 @@
7
10
 static char RCSID[] = "$Id: tclplugin.c,v 1.59 2005/08/11 02:37:55 mooooooo Exp $";
8
11