Bugzilla – Attachment 186532 Details for
Bug 37796
Generated issue has incorrect number in pattern when receiving
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37796: (follow-up) Correct call in showpredictionpattern.pl
Bug-37796-follow-up-Correct-call-in-showprediction.patch (text/plain), 1.02 KB, created by
Nick Clemens (kidclamp)
on 2025-09-17 12:56:56 UTC
(
hide
)
Description:
Bug 37796: (follow-up) Correct call in showpredictionpattern.pl
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-09-17 12:56:56 UTC
Size:
1.02 KB
patch
obsolete
>From c28f1eae01459928ad2a8f649cb939afcb216414 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 17 Sep 2025 12:56:35 +0000 >Subject: [PATCH] Bug 37796: (follow-up) Correct call in > showpredictionpattern.pl > >--- > serials/showpredictionpattern.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/serials/showpredictionpattern.pl b/serials/showpredictionpattern.pl >index 19d414ccba0..32dd1befefb 100755 >--- a/serials/showpredictionpattern.pl >+++ b/serials/showpredictionpattern.pl >@@ -174,7 +174,7 @@ while ( $i < 1000 ) { > ( > $calculated, $subscription{'lastvalue1'}, $subscription{'lastvalue2'}, $subscription{'lastvalue3'}, > $subscription{'innerloop1'}, $subscription{'innerloop2'}, $subscription{'innerloop3'} >- ) = GetNextSeq( \%subscription, \%pattern, $frequency, $date ); >+ ) = GetNextSeq( \%subscription, \%pattern, $frequency, $date, $date ); > $issuenumber++; > $line{'number'} = $calculated; > $line{'issuenumber'} = $issuenumber; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37796
:
170927
|
171498
|
171499
|
171500
|
177654
|
185723
|
186532
|
186537
|
186538