WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] PrettyPrint.py fix

To: Xen Dev <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] PrettyPrint.py fix
From: aq <aquynh@xxxxxxxxx>
Date: Sat, 4 Jun 2005 02:36:45 +0900
Delivery-date: Fri, 03 Jun 2005 17:35:59 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=cm03qCooyDRjfsn2PbKyCg5oLhatLEgTKYWuEZQVmUF35TaroTbq3nEwL8mdWOVMY013GNSziG9JUNxHbLxuLu+Qhn+2NlzGXsfCtFf1sk8c4jJW6ukghaVIC3pBp2DdKejwnTD0ZpFnxWmTQdg/DA591aciRE7oMUxo5eVUyGU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Function pprint() of PrettyPrint.py::SXPPrettyPrinter unnecessarily
increases "i" variable in the loop (patch against -ustable
ChangeSet@xxxxxx)

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>

$ diffstat prettyprint.patch 
 PrettyPrint.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Attachment: prettyprint.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] PrettyPrint.py fix, aq <=