Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.947.2.1
diff -u -p -r1.947.2.1 node.module
--- modules/node/node.module	12 Feb 2008 19:19:39 -0000	1.947.2.1
+++ modules/node/node.module	13 Feb 2008 12:34:59 -0000
@@ -1032,7 +1032,7 @@ function node_prepare($node, $teaser = F
   // First we'll overwrite the existing node teaser and body with
   // the filtered copies! Then, we'll stick those into the content
   // array and set the read more flag if appropriate.
-  $node->readmore = (strlen($node->teaser) < strlen($node->body));
+  $node->readmore = $node->teaser != $node->body;
 
   if ($teaser == FALSE) {
     $node->body = check_markup($node->body, $node->format, FALSE);
