pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/29055



Synopsis: AbiWord 2.2.3 distinfo entries are incorrect, causing a checksum error

State-Changed-From-To: open->closed
State-Changed-By: adam%netbsd.org@localhost
State-Changed-When: Thu, 10 Feb 2005 18:31:43 +0000
State-Changed-Why:
The distinfo file has been updated to match the new archive of AbiWord 2.2.3
For curious people: the difference between the old and the new archive was
one declaration of a variable, in
abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp

95c95
<   const unsigned char * dictionary_file = reinterpret_cast<const unsigned 
char *>(XAP_EncodingManager::get_instance()->getLanguageISOName());
---
>   const char * dictionary_file = 
> XAP_EncodingManager::get_instance()->getLanguageISOName();






Home | Main Index | Thread Index | Old Index