[New-bugs-announce] [issue1104] msilib.SummaryInfo.GetProperty() truncates the string by one character

Anthony Tuininga report at bugs.python.org
Wed Sep 5 00:03:41 CEST 2007


New submission from 
					Anthony Tuininga
				:

Attached is a patch that fixes the truncation of the property values
returned by msilib.SummaryInfo.GetProperty(). Unfortunately Microsoft
has deemed it necessary to return the size of the string without the
null termination character but insists upon the size including it when
passing it in. Arggh!

----------
components: Library (Lib)
files: _msi.patch2.txt
messages: 55649
nosy: atuining
severity: normal
status: open
title: msilib.SummaryInfo.GetProperty() truncates the string by one character
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1104>
__________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: _msi.patch2.txt
Url: http://mail.python.org/pipermail/new-bugs-announce/attachments/20070904/626fde06/attachment.txt 


More information about the New-bugs-announce mailing list