Index: feeds/includes/FeedsBatch.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/feeds/includes/FeedsBatch.inc,v
retrieving revision 1.12
diff -u -r1.12 FeedsBatch.inc
--- feeds/includes/FeedsBatch.inc	20 Jun 2010 01:10:29 -0000	1.12
+++ feeds/includes/FeedsBatch.inc	12 Jul 2010 12:20:43 -0000
@@ -94,11 +94,11 @@
    */
   public function getFilePath() {
     if (!isset($this->file_path)) {
-      $dir = file_directory_path() .'/feeds/';
+      $dir = file_directory_path() .'/feeds';
       if (!file_check_directory($dir, TRUE)) {
         throw new Exception(t('Feeds directory either cannot be created or is not writable.'));
       }
-      $dest = file_destination($dir . get_class($this) .'_'. drupal_get_token($this->url) .'_'. time(), FILE_EXISTS_RENAME);
+      $dest = file_destination($dir . '/' . get_class($this) .'_'. drupal_get_token($this->url) .'_'. time(), FILE_EXISTS_RENAME);
       $this->file_path = file_save_data($this->getRaw(), $dest);
       if($this->file_path === 0) {
         throw new Exception(t('Cannot write content to %dest', array('%dest' => $dest)));
