Skip to content

Commit

Permalink
utl/spdemo: set default value for string-based parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Nov 13, 2018
1 parent dc0efab commit 4136a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utl/spdemo.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ int main (int argc, char *argv[]) {
FIND_PAR_L (6, "_No. of Blocks: .............. ", N2, N2);
FIND_PAR_L (7, "_Resolution of input data: ... ", resolution, resolution);
FIND_PAR_I (8, "_Sync header? (1=Yes,0=No) ... ", sync, sync);
FIND_PAR_S (9, "_Left of right adjusted? ..... ", just, just);
FIND_PAR_S (9, "_Left of right adjusted? ..... ", just, "right");

/* Classification of the conversion desired */
inp_type = is_serial (oper[0]) ? IS_SERIAL : IS_PARALLEL;
Expand Down

0 comments on commit 4136a89

Please sign in to comment.