tags 294610 + patch
thanks

The following patch fixes this bug for the buffy-0.5-1 tag as well
as the libbuffy trunk.

tag: buffy-0.5-1

--- src/MailProgram.cc  (revision 49)
+++ src/MailProgram.cc  (working copy)
@@ -45,7 +45,7 @@
  throw (SystemException, ConsistencyCheckException)
 {
  string cmd = _command;
- unsigned int p;
+    string::size_type p;
  while ((p = cmd.find("%p")) != string::npos)
    cmd.replace(p, 2, folder.path());
 
tag: libbuffy/trunk

--- buffy/MailProgram.cc  (revision 49)
+++ buffy/MailProgram.cc  (working copy)
@@ -45,7 +45,7 @@
  throw (SystemException, ConsistencyCheckException)
 {
  string cmd = _command;
- unsigned int p;
+    string::size_type p;
  while ((p = cmd.find("%p")) != string::npos)
    cmd.replace(p, 2, folder.path());
 
-- 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!

Attachment: signature.asc
Description: Digital signature

Reply via email to