Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
engboris committed Jan 13, 2025
1 parent 28727b5 commit bd3796e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcob/move.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ cob_move_alphanum_to_display (cob_field *f1, cob_field *f2)
int sign;
int count;
int size;
unsigned char *tmp_src_data = NULL;

/* Initialize */
memset (f2->data, '0', f2->size);

/* Skip white spaces */
Expand Down

0 comments on commit bd3796e

Please sign in to comment.