typo
authorMichael Andres <ma@suse.de>
Thu, 9 Mar 2006 12:30:36 +0000 (12:30 +0000)
committerMichael Andres <ma@suse.de>
Thu, 9 Mar 2006 12:30:36 +0000 (12:30 +0000)
devel/Example.EditionCompare.cc

index 4ba2ee0..cddb325 100644 (file)
@@ -26,7 +26,7 @@ int main( int argc, char * argv[] )
   if ( argc >= 1 )
     lhs = Edition( argv[0] );
   if ( argc >= 2 )
-    lhs = Edition( argv[1] );
+    rhs = Edition( argv[1] );
 
   cerr << "compare: " << lhs << asOp( lhs.compare( rhs ) ) << rhs << endl;
   cerr << "match:   " << lhs << asOp( lhs.match( rhs ) )   << rhs << endl;