mirror of https://github.com/lwvmobile/dsd-fme.git
EDACS: missing space
This commit is contained in:
parent
a78b88cb90
commit
db88bfff8d
|
|
@ -821,7 +821,7 @@ void edacs(dsd_opts * opts, dsd_state * state)
|
|||
int target = (msg_2 & 0xFFFFF); //target group or individual ID (20-bit) to include in supergroup
|
||||
|
||||
fprintf (stderr, "%s", KWHT); //just make it stick out for now
|
||||
fprintf (stderr, " System Dynamic Regroup :: SSN [%03d] SGID[%05d] Target [%07d]", ssn, sgid, target);
|
||||
fprintf (stderr, " System Dynamic Regroup :: SSN [%03d] SGID [%05d] Target [%07d]", ssn, sgid, target);
|
||||
if (unk1) fprintf (stderr, " UNK1: [%X]", unk1); //this value seems to always be zero
|
||||
if (unk2) fprintf (stderr, " UNK2: [%X]", unk2); //this value seems to always be zero
|
||||
fprintf (stderr, "%s", KNRM);
|
||||
|
|
|
|||
Loading…
Reference in New Issue