mhonarc-dev

[bug #4719] Spurious read_fmt_file call

2003-08-12 21:00:06

=================== BUG #4719: LATEST MODIFICATIONS ==================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=4719&group_id=1968

Changes by: Earl Hood <earl(_at_)earlhood(_dot_)com>
Date: Tue 08/12/2003 at 22:57 (US/Central)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed
    Platform Version | Linux                     | All
        Perl Version | 5.8.0                     | All
       Fixed Release |                           | 2.6.8


------------------ Additional Follow-up Comments ----------------------------
Patch applied.  Will make new release.



=================== BUG #4719: FULL BUG SNAPSHOT ===================


Submitted by: None                    Project: MHonArc                      
Submitted on: Tue 08/12/2003 at 07:33
Category:  None                       Severity:  5 - Major                  
Bug Group:  Incorrect Behavior        Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       
Platform Version:  All                Perl Version:  All                    
Component Version:  2.6.7             Fixed Release:  2.6.8                 

Summary:  Spurious read_fmt_file call 

Original Submission:  Please apply the following patch:

--- mhamain.pl.orig     2003-08-12 14:32:44.000000000 +0200
+++ mhamain.pl  2003-08-12 14:32:57.000000000 +0200
@@ -630,7 +630,7 @@
        }
            
        ## read resource file and print index
-       if (read_fmt_file($rcfile)) {
+       if (read_resource_file($rcfile)) {
            if ($THREAD) {
                @TListOrder = ();
                write_thread_index();



Follow-up Comments
*******************

-------------------------------------------------------
Date: Tue 08/12/2003 at 22:57       By: ehood
Patch applied.  Will make new release.

-------------------------------------------------------
Date: Tue 08/12/2003 at 16:32       By: None
I encountered this bug with 2.6.7. Attempting to use "-otherindex blah.mrc" 
failed with:

Undefined subroutine &mhonarc::read_fmt_file called at 
/usr/lib/MHonArc/mhamain.pl line 633.

Thanks for the patch


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=4719&group_id=1968

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV

<Prev in Thread] Current Thread [Next in Thread>