public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/fdupes/files: fdupes-1.40-external-md5sum-quotation.patch fdupes-1.40-external-md5sum-qoutation.patch
@ 2008-09-17 14:07 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2008-09-17 14:07 UTC (permalink / raw
  To: gentoo-commits

pva         08/09/17 14:07:29

  Added:                fdupes-1.40-external-md5sum-quotation.patch
  Removed:              fdupes-1.40-external-md5sum-qoutation.patch
  Log:
  Fixed typo in patch name.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)

Revision  Changes    Path
1.1                  app-misc/fdupes/files/fdupes-1.40-external-md5sum-quotation.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/fdupes/files/fdupes-1.40-external-md5sum-quotation.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/fdupes/files/fdupes-1.40-external-md5sum-quotation.patch?rev=1.1&content-type=text/plain

Index: fdupes-1.40-external-md5sum-quotation.patch
===================================================================
Source: Peter Volkov <pva@gentoo.org>
Upstream: notified (sent email to <adrian2 AT caribe DOT net>
Reason: bugs.gentoo.org/237828 comment #1
With md5sum-external fails on filenames with spaces in their names.

--- fdupes.c	2008-09-17 08:33:26 +0000
+++ fdupes.c	2008-09-17 08:33:42 +0000
@@ -301,7 +301,7 @@
     exit(1);
   }
 
-  sprintf(command, "%s %s", EXTERNAL_MD5, filename);
+  sprintf(command, "%s '%s'", EXTERNAL_MD5, filename);
 
   result = popen(command, "r");
   if (result == NULL) {







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-17 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 14:07 [gentoo-commits] gentoo-x86 commit in app-misc/fdupes/files: fdupes-1.40-external-md5sum-quotation.patch fdupes-1.40-external-md5sum-qoutation.patch Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox