Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
lalapps
lalapps-fix-uninitialised-var.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lalapps-fix-uninitialised-var.patch of Package lalapps
Index: lalapps-9.2.1/src/string/StringSearch.c =================================================================== --- lalapps-9.2.1.orig/src/string/StringSearch.c +++ lalapps-9.2.1/src/string/StringSearch.c @@ -200,7 +200,7 @@ int main(int argc,char *argv[]) unsigned seg_length; StringTemplate strtemplate[MAXTEMPLATES]; int NTemplates; - int NTemplates_fix; /* number of template given by the template bank file */ + int NTemplates_fix = 0; /* number of template given by the template bank file */ REAL8 fcutoff_fix[MAXTEMPLATES]; /* high frequency cutoffs given by the template bank file */ SnglBurst *events=NULL; ProcessTable *process;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor