We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54712a4 commit c3eb081Copy full SHA for c3eb081
src/rtlib/array_redim.c
@@ -75,7 +75,7 @@ int fb_hArrayAlloc
75
/* Allocte new buffer */
76
/* Clearing is not needed if not requested, or if ctors will be called
77
(ctors take care of clearing themselves) */
78
- if( doclear == 32 && (ctor == NULL) )
+ if( (doclear == 32) && (ctor == NULL) )
79
{
80
array->ptr = malloc( size );
81
memset( array->ptr, 32, size );
0 commit comments