Subject: Re: incorrect file attributes for abiword
To: MLH <mlh@goathill.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 01/27/2005 10:19:23
On Thu, 27 Jan 2005, Jeremy C. Reed wrote:
> Can you retrieve
> ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/abiword-2.2.3.tar.bz2
> and unextract both of your different abiword-2.2.3 tar balls and then do a
> "diff -pruN" on both of the directories to see what is different?
I compared them myself:
$ diff -pruN {old,new}/abiword-2.2.3 2>&1 | tee abiword.diff
diff -pruN old/abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp new/abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp
--- old/abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp 2005-01-12 20:04:37.000000000 +0000
+++ new/abiword-2.2.3/abiword-plugins/tools/ots/xp/AbiOts.cpp 2005-01-14 23:24:52.000000000 +0000
@@ -92,7 +92,7 @@ AbiOts_invoke(AV_View* v, EV_EditMethodC
XAP_Frame *pFrame = XAP_App::getApp()->getLastFocussedFrame();
FV_View* pView = static_cast<FV_View*>(pFrame->getCurrentView());
- const unsigned char * dictionary_file = reinterpret_cast<const unsigned char *>(XAP_EncodingManager::get_instance()->getLanguageISOName());
+ const char * dictionary_file = XAP_EncodingManager::get_instance()->getLanguageISOName();
OtsArticle * article = ots_new_article ();
if (!ots_load_xml_dictionary (article, dictionary_file))
No changelog changes in tar ball though. I will ask the abiword
developers about this...
Jeremy C. Reed
open source, Unix, *BSD, Linux training
http://www.pugetsoundtechnology.com/