bug-gnu-arch
[Top][All Lists]
Advanced

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

[Bug-gnu-arch] [bug #4856] I noticed only lexically, but... isn't it a b


From: nobody
Subject: [Bug-gnu-arch] [bug #4856] I noticed only lexically, but... isn't it a bug ???
Date: Fri, 22 Aug 2003 12:18:07 -0400
User-agent: Mozilla/4.76 [en] (X11; U; FreeBSD 3.0-RELEASE i386)

=================== BUG #4856: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4856&group_id=4899

Changes by: Tom Lord <address@hidden>
Date: Fri 08/22/2003 at 09:18 (US/Pacific)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed
             Release |                           | tla-1.1pre6 / 
tla--devo--1.1--patch-132




=================== BUG #4856: FULL BUG SNAPSHOT ===================


Submitted by: tez                     Project: GNU arch -- a revision control 
system
Submitted on: Tue 08/19/2003 at 23:51
Category:  tla                        Severity:  5 - Major                  
Bug Group:  bug                       Resolution:  Fixed                    
Status:  Closed                       Release:  tla-1.1pre6 / 
tla--devo--1.1--patch-132
Fixed Release:                        Merge Request?:  None                 
Your Archive Name:  tez               Your Archive Location:                
Assigned to:  None                    

Summary:  I noticed only lexically, but... isn't it a bug ???

Original Submission:  diff -ur A/tla-1.1pre4/src/tla/libarch/apply-changeset.c 
B/tla-1.1pre4/src/tla/libarch/apply-changeset.c
--- A/tla-1.1pre4/src/tla/libarch/apply-changeset.c     2003-08-20 
15:48:27.000000000 +0900
+++ B/tla-1.1pre4/src/tla/libarch/apply-changeset.c     2003-08-20 
15:49:21.000000000 +0900
@@ -288,7 +288,7 @@

   present_renamed_files_index = rel_join (-1, rel_join_output (2,0, 1,0, 1,1, 
2,1, -1), 2, 1, renamed_files_index, inventor
y.files);
   r->missing_renamed_files = rel_join (1, rel_join_output (1,0, 1,1, 1,2, -1), 
2, 1, renamed_files_index, inventory.files);
-  for (x = 0; x < rel_n_records (r->missing_renamed_dirs); ++x)
+  for (x = 0; x < rel_n_records (r->missing_renamed_files); ++x)
     {
       invoke_apply_changeset_callback (r, "?r  %sn     => %sn", 
r->missing_renamed_files[x][0], r->missing_renamed_files[
x][1]);
     }
address@hidden arch]$



No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4856&group_id=4899

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]