Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
bc
bc-1.06.95-matlib.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bc-1.06.95-matlib.patch of Package bc
diff -urNp bc-1.06.95-orig/bc/storage.c bc-1.06.95/bc/storage.c --- bc-1.06.95-orig/bc/storage.c 2006-09-05 04:39:31.000000000 +0200 +++ bc-1.06.95/bc/storage.c 2010-12-22 10:26:43.805250912 +0100 @@ -99,6 +99,7 @@ more_functions (VOID) { f = &functions[indx]; f->f_defined = FALSE; + f->f_void = FALSE; f->f_body = (char *) bc_malloc (BC_START_SIZE); f->f_body_size = BC_START_SIZE; f->f_code_size = 0; @@ -179,7 +180,7 @@ more_arrays () /* Initialize the new elements. */ - for (; indx < v_count; indx++) + for (; indx < a_count; indx++) arrays[indx] = NULL; /* Free the old elements. */
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