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

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

Re: [Gnu-arch-users] [BUG] renaming arch changelog panics arch on next p


From: mdpoole
Subject: Re: [Gnu-arch-users] [BUG] renaming arch changelog panics arch on next pristine update
Date: Wed, 12 May 2004 17:28:20 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)

Sylvain Defresne writes:

> This appear to be similar to bug #96 that I for which I provided a patch
> some time ago (but it is not yet integrated). Could you please try the
> the following patch and see if it correct the problem ...
>
> --- orig/libarch/commit.c
> +++ mod/libarch/commit.c
> @@ -327,7 +327,7 @@
>  
>    if (changelog_mod_loc && changelog_orig_loc)
>      {
> -      changelog_diffs_fd = arch_changeset_add_diffs (&csr, &make_report, 
> changeset_path, changelog_mod_loc, changelog_orig_loc, changelog_id);
> +      changelog_diffs_fd = arch_changeset_add_diffs (&csr, &make_report, 
> changeset_path, changelog_orig_loc, changelog_mod_loc, changelog_id);
>      }
>    else if (changelog_mod_loc)
>      {

That does fix it.  Thank you!

Michael




reply via email to

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