Index: wp-includes/feed.php
===================================================================
--- wp-includes/feed.php	(revision 4262)
+++ wp-includes/feed.php	(working copy)
@@ -102,7 +102,7 @@
        if ('' == $permalink_structure) {
 				 $link = get_option('home') . '?feed=rss2&amp;author=' . $author_id;
        } else {
-				 $link = get_author_link(0, $author_id, $author_nicename);
+				 $link = get_author_posts_url($author_id, $author_nicename);
 				 $link = $link . "feed/";
        }
 			 

